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?