tags:

views:

94

answers:

2

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?

alt text

layout xml: http://pastebin.com/M2KqtH1r

A: 

It seems that the way of doing that is to nest the tabwidget in a LinerLayout... Look here.

Sephy
I was hoping that would work, but it didn't. The guy seem to be running 1.5 but I am running 2.2. However I have updated my post with my layout xml.
droidgren
A: 

you have customize your tab indicator. that is to overriding your tabwidget style. I had this problem already. check these two posts. post1 and post2 . Hope it helps.

Praveen Chandrasekaran
So basically I have to copy these current tab images, add them with setIndicator and then the selector line will not appear?
droidgren
Hmm Is it possible to extract Android default tab images?
droidgren