Is it possible to remove the bottom line showed in the tab bar? It is grey when not selected.
And is it possible to change the yellowish color to something else?
just do this in your tabWidget in your xml file.
android:tabStripEnabled="false"
hope you get it. ;)