How to change the status bar color in Android?

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

    To change the color for above lolipop just add this to your styles.xml

    @color/statusBarColor
    

    but remember, if you want to have a light color for the status bar, add this line too

    true
    

提交回复
热议问题