How to change the status bar color in Android?

后端 未结 21 2275
旧时难觅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:42

    change the colorPrimaryDark to your desire color into the res/values/styles.xml file

        
            #800000
            #303F9F //This Line
            #FF4081
            #FF0000
            #FFFFFF
           #fffdd0
           #800000
        
    

提交回复
热议问题