Is it possible Bottom Tabview like iphone in android?
I need a tabview , but i has to be at bottom , am ha开发者_JAVA百科ving a custom title , it covers most of topview . So i want to go v with bottom tab view . Other question is that , can i add Tabview in a tabview.
Thanking you ,
Srinivas
Take a look here: Android: Tabs at the BOTTOM
While it is possible to have multiple levels of Tabs in a layout, you probably don't want to do this from a UX perspective and add other UI elements. :-)
精彩评论