I don’t like the way the tabs look with the native tab control in Android so I’d like to create my own control. I can create and draw my own tabs in a horizontal LinearLayout at the top of the screen using a vertical LL, but how do I setup the various hidden tab contents in the XML and how do I show/hide them?
Any potential issues?
I used FrameLayout and its just a matter of setting the visibility. I’m not sure why this took so long to figure out, I must have been searching wrong online.