1

How can I change the color of the tiny blue(or dark gray) line on the bottom of the tabhost? Is it possible?

tabhost http://imageshack.us/photo/my-images/802/sc20120607092226.png/

yojoannn
  • 626
  • 1
  • 9
  • 26

1 Answers1

0

This post may help you: Custom style for Android's TabWidget

It's about changing some styles and themes of tab elements. I imagine what you need to do is set the style for the TabHost like this:

<TabWidget
        style="@style/MyTabStyle"

You would then define that how you wish inside your styles XML file.

Also, this could be helpful: http://joshclemm.com/blog/?p=136

Community
  • 1
  • 1
Davek804
  • 2,804
  • 4
  • 26
  • 55