ActionBar text color

后端 未结 24 2868
日久生厌
日久生厌 2020-11-22 05:31

how can I change the text color of the ActionBar? I\'ve inherited the Holo Light Theme, I\'m able to change the background of the ActionBar but I don\'t find out what is the

24条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 06:11

    Setting a HTML string on the action bar doesn't work on the Material theme in SDK v21+

    If you want to change it you should set the primary text color in your style.xml

    
        
        
        
    

提交回复
热议问题