I am using appcompat v7 library to support action bars in api level 8 and up. I am trying to change the color of title text of action bar.
Color of title text is ch
I'll use the following within my styles for the current theme in order to update the text color in the ActionBar:
@color/Red
which seems to work for me across the latest OS releases.