标签: android android-5.0-lollipop
在Lollipop中,我们可以更改状态栏背景的颜色,甚至可以使其透明。我们假设我想要一个浅色背景(#eee)。状态栏图标的默认颜色为白色,因此它们将变得难以辨认。有可能让它们变暗吗?
答案 0 :(得分:2)
现在可以在Android 6+中使用style.xml中的这个attr:
style.xml
<item name="android:windowLightStatusBar">true</item>