G gericodevries New Member Licensed User Longtime User Aug 22, 2013 #1 Hello, I am trying to add a simple Spinner in a tab (using TabHost). I want the spinner to be a scalable item on the tab, not filling the whole screen. What are the options to create this? Can someone share it bit of code to explain? It would be most helpfull. Kind regards, Gerico
Hello, I am trying to add a simple Spinner in a tab (using TabHost). I want the spinner to be a scalable item on the tab, not filling the whole screen. What are the options to create this? Can someone share it bit of code to explain? It would be most helpfull. Kind regards, Gerico
Erel B4X founder Staff member Licensed User Longtime User Aug 23, 2013 #2 You can create a layout file with the tab layout and then load it with TabHost.AddTab. Upvote 0