ActionBar text color

后端 未结 24 2658
日久生厌
日久生厌 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条回答
  •  旧时难觅i
    2020-11-22 06:23

    If you want to style the subtitle also then simply add this in your custom style.

    @style/MyTheme.ActionBar.TitleTextStyle
    

    People who are looking to get the same result for AppCompat library then this is what I used:

    
    
    
    
        
        
        
    
    

提交回复
热议问题