0

I want to create a customized TabWidget in android , I have done changes on the background and the selected background color for the tabs, but I want to change the color of textview inside each tab at selecting the tab . how?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Adham
  • 63,550
  • 98
  • 229
  • 344

1 Answers1

0

You can make a selector and assign it value to the TextView like this

<TextView 
..
...
..
android:textColor="@color/bright_text_dark_focused"/>
confucius
  • 13,127
  • 10
  • 47
  • 66