I have the theme Holo.Light.DarkActionBar
The tabs are now set to white background, light gray text–very unreadable. I simply want to change the text to something much, much darker.
I have searched the styles to see if I can override but all I can do is change the background, not the text.
Can I do this in the styles.xml or do I have to do this programmaticly?
If you’re referring to the
ActionBar‘s tab see if this changes the color:Of course don’t forget to set the theme for the activity to
@style/TabSpecialThemein the manifest.