how to change the color of the text indicator of tab? i can change the icon using selector tag refered the example. but cant to the text color. how?
|
feedback
|
|
Style it in your custom theme change
and
| |||||||||||
feedback
|
|
Here is a new answer I found from Fred Grott (http://knol.google.com/k/fred-grott/advance-tabs/) after a little web searching.
Where R.color.text_tab_indicator is a selector xml file located in your res/drawable folder. | |||
|
feedback
|
|
Danny C's answer is 100% correct.I just wanted to add something to it to make a complete answer with resource file. The text_tab_indicator under res/color file
And this text_tab_unselected & text_tab_selected will look like this under colors/values folder
After that finally add Dannyy's answer in tab class file
| ||||
|
feedback
|
|
Try ColorStateLists. Good Luck. | |||
|
feedback
|