Android Question TabHost

sasidhar

Active Member
Licensed User
Longtime User
Hi ,

I am using tab host and i have more than 7 tabs in the main page. but all 7 when added it gets shrink. I need max 3 tabs to be shown when 3rd tab clicked 4 should appear (similar).

attached screen shot of tabs.

TabHost1.AddTab("ID", "page2")
TabHost1.AddTab("SiteID", "page3")
TabHost1.AddTab("Names", "page4")
TabHost1.AddTab("P1", "page5)
TabHost1.AddTab("P2", "page6")
TabHost1.AddTab("P3", "page7")
TabHost1.AddTab("Des", "page8")
 

Attachments

  • 20150605095026.jpg
    20150605095026.jpg
    52.7 KB · Views: 211
Top