How to change the status bar color in Android?

后端 未结 21 1889
旧时难觅i
旧时难觅i 2020-11-21 16:09

First of all it\'s not a duplicate as in How to change the background color of android status bar

How do I change the status bar color which should be same as in nav

21条回答
  •  有刺的猬
    2020-11-21 16:30

    Edit the colorPrimary in the colors.xml in Values to the color you want the Status Bar to be. For example:

       
    #800000 // changes the status bar color to Burgundy
    #303F9F
    #FF4081
    #FF0000
    #FFFFFF
    #fffdd0
    #800000
    

提交回复
热议问题