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?
layout xml: http://pastebin.com/M2KqtH1r
To remove the border, add the tabBarOptions prop and inside it, add a style property called borderTopWidth with a value 0 . Do note that this property can also be used to increase the width of the top border.
just do this in your tabWidget in your xml file.
android:tabStripEnabled="false"
hope you get it. ;)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With