简体   繁体   中英

“Show More” option in TabHost (Android) like in iOs

Is there any built-in solution when a TabHost have a high number of tabs and dont fit in the screen like the "More ..." option in iOs?

在此处输入图片说明

In android you usually approach this using a horizontalScrollView to hold the tabs, or better yet use a viewpager like the Google+ or Google Play app.

Take a look at http://viewpagerindicator.com/ to see an implementation and a library of this functionality

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM