Status Bar Color not showing - 5.0 Lollipop Android Studio: (AppCompat-v7:r21)

前端 未结 11 1353
-上瘾入骨i
-上瘾入骨i 2020-12-23 20:02

I\'m using the AppCompat-v7:21.0.0 support library for Android 5.0 Lollipop in Android Studio. My problem is that the Status Bar Color that can be changed by se

11条回答
  •  死守一世寂寞
    2020-12-23 20:47

    Check if you are editing styles.xml in values-v21 folder. If you set SDK version to 21 then it won't look for styles.xml in values folder(but it should do so).

    enter image description here

提交回复
热议问题