我想将状态栏显示为白色,将图标显示为黑色。为此我在SO上检查了Marshmello的解决方案。
How can I make the status bar white with black icons?
How to change the status bar notification icons' color/tint in android (marshmallow and above 23+)?
在主题中使用了<item name="android:windowLightStatusBar">true</item>
,但这只适用于marshmello及其上方。
还试过这个:
How to set Status bar to white background and black text (black icon) in my app
如何在marshmello下面实现这个目标?
请帮助谢谢..