I want to change the title text color of the ActionBar in my app. I have tried in many ways but I can\'t achieve it. I don\'t want to do it programatically because when the app
for me this one worked.
#000000 //if you want black
@color/black
here is some example code, too: color.xml:
#ffffff #000000 #03DAC5 #000000
styles.xml:
```