Change action bar color in android

前端 未结 9 1803
北海茫月
北海茫月 2020-12-05 19:28

I am using the app theme Theme.Black in my app. In this theme the action bar is gray. How I can change color of my action bar? This is my attempt:



        
9条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 20:03

    If you use Android default action bar then. If you change from java then some time show previous color.

    Example

    Then your action bar code inside "app_bar_main". So go inside app_bar_main.xml and just add Background.

    Example

    
    

    
    
        
            app:popupTheme="@style/AppTheme.PopupOverlay" />
    
    
    
    

提交回复
热议问题