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
I solved my problem. The problem was that I was testing in a device with api level 14+ and I just added the style to res/values . I had to add the style in res/values-v14 too. I attach my code: