ActionBar text color

后端 未结 24 2551
日久生厌
日久生厌 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:09

    I was having the same problem as you, it's a Holo.Light theme but I wanted to style the ActionBar color, so I needed to change the text color as well and also both Title and Menus. So at the end I went to git hub and looked at source code until I find the damn correct style:

    
    
    
    
        
    
        
    
        
    
    
    

    so now all you have to do is set whatever @color/actionBarText and@drawable/actionbarbground you want!

提交回复
热议问题