Viewing Different Tabs From A Tabhost In Intellij Idea's Ui Designer
Is there a way to switch the tab you are viewing from a TabHost in the IntelliJ IDEA Android UI Designer? Here is me selecting Tab1: As you can see the tab is encompassed by a blu
Solution 1:
As of March 5th 2014 it is impossible to switch which tab you are viewing from a TabHost in the UI Designer. The bug was reported November 30th of 2012 and has yet to be touched.
Solution 2:
If everything you need is just rearrangement of controls on inactive tab, you could temporarily make the tab first, because UI Designer always shows content of the first tab only
Post a Comment for "Viewing Different Tabs From A Tabhost In Intellij Idea's Ui Designer"