Change the action bar settings icon color

后端 未结 6 2069
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-14 08:07

How can one change the color of the overflow icon in the action bar?

\"enter

(

6条回答
  •  無奈伤痛
    2020-12-14 08:10

    You can use something like this

    
    
    
    

    in your AndroidManifest.xml

    
    

    If you want to change actionBar color @style/MyActionBar

            
            @style/MyActionBar
        
    
        
        
    

    Then in your AndroidManifest.xml you need to refer this one inside your application tag.

        android:theme="@style/CustomActionBarTheme"
    

提交回复
热议问题