How to change color of ActionBar's Title Text on Android 4.3 api 18

前端 未结 2 1369
再見小時候
再見小時候 2021-01-03 08:10

I am using appcompat v7 library to support action bars in api level 8 and up. I am trying to change the color of title text of action bar.

Color of title text is ch

2条回答
  •  耶瑟儿~
    2021-01-03 08:34

    I'll use the following within my styles for the current theme in order to update the text color in the ActionBar:

    @color/Red
    

    which seems to work for me across the latest OS releases.

提交回复
热议问题