How can I change the style of action bar API 15

前端 未结 2 790
迷失自我
迷失自我 2020-12-22 06:25

I want to change the style of my Action bar so I want to change the color of line under the action bar from Blue to Orange , how can I do that?

2条回答
  •  再見小時候
    2020-12-22 06:36

    There is a good tutorial here

    Create a new style with your custom drawable

    
    
        
        
    
        
        
    
    

    then in AndroidManifest.xml add the custom style

    
       
       
       ...
    
    
    

提交回复
热议问题