Change the title text color in the Android ActionBar via xml

前端 未结 4 1011
鱼传尺愫
鱼传尺愫 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 08:10

    You Have to do two things:

    Styles.xml

    
     
    
    

    Colors.xml

    
    
        #FF0000
    
    

    This link might help you out with the appropriate color you want. This link is also helpful.

提交回复
热议问题