I want to set 2 tabs in above layout and 4 tab below layout as shown follow
is it possible in android.
Asked
Active
Viewed 1,747 times
0

Vivek
- 4,170
- 6
- 36
- 50
2 Answers
0
Android design library now includes Tablayout , use tablayout widget for desired output.

Renjith Thankachan
- 4,178
- 1
- 30
- 47
0
Hi Hellboy do you mean with the same Tabhost, unfortunately thats not possible... =( but you will do your own implementation, check this... Customized Android Tabs

Jorgesys
- 124,308
- 23
- 334
- 268
-
In my spec I need to implement same User Interface. The other option for me is that put buttons in place of tab and put them in each xml file for the corresponding activity. If you know any better way please let me know. – Vivek Feb 05 '11 at 11:14