Change the title text color in the Android ActionBar via xml

前端 未结 4 1012
鱼传尺愫
鱼传尺愫 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:21

    for me this one worked.

    1. go to /value/colors.xml
    2. add #000000 //if you want black to your
    3. to to /values/styles.xml
    4. add @color/black to your ```

提交回复
热议问题