Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatically add "More..." Tab in Android

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.

like image 733
ZelluX Avatar asked Feb 19 '26 15:02

ZelluX


1 Answers

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

It is not -- sorry!

like image 191
CommonsWare Avatar answered Feb 21 '26 14:02

CommonsWare