Possible Duplicate:
Android: Change Tab Text Color Programmatically
How can we change the text color in android tab.
How can we change the text color in android tab.
| |||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
You can use following code
| |||
|
feedback
|
|
I use the ColorStateList, find it more elegant. Here is an example : tab_text.xml :
In your TextView, just set the textColor to point to this file with :
| |||
|
feedback
|