Change the title text color in the Android ActionBar via xml

前端 未结 4 1008
鱼传尺愫
鱼传尺愫 2021-01-24 07:54

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

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-24 07:57

    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:

    res/values/styles.xml

    
    
    
    
    
    
    
    
    

    res/values-v14/styles.xml

    
    
    
    
    
    
    

提交回复
热议问题