Change action bar color in android

前端 未结 9 1808
北海茫月
北海茫月 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 19:52

    Just simply go to res/values/styles.xml file and edit the xml file to change the color of xml file .Here is the sample code