Automatically add "More..." Tab in Android
Posted
by ZelluX
on Stack Overflow
See other posts from Stack Overflow
or by ZelluX
Published on 2010-05-17T02:53:24Z
Indexed on
2010/05/17
3:00 UTC
Read the original article
Hit count: 270
Hi, all
I'm writing an application which contains many tabs, and sometimes the number of tabs may exceed five. So I want to make it behave like iPhone, which is, move additional tabs to a "More..." tab. I would like to know if this feature is supported by TabHost, or if there is any existing open source widget which can do the favor for me. Thanks.
© Stack Overflow or respective owner