How to make Tabhosts in the top and in the bottom?
I want to add multiple tab host in my application like this but on t开发者_如何转开发he bottom i want to have a tabhost
http://img4.hostingpics.net/thumbs/mini_41423120100516162056.png
The top part appears to be a TabHost; http://developer.android.com/reference/android/widget/TabHost.html
The bottom part actually just looks like a Menu is open; http://developer.android.com/guide/topics/ui/menus.html
To place a TabHost at the bottom of the screen see this other answer, lots of upvotes for it; Android: Tabs at the BOTTOM
精彩评论