We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8312c commit 32d7325Copy full SHA for 32d7325
app/src/main/res/values/themes.xml
@@ -21,6 +21,6 @@
21
<item name="colorPrimary">@color/white</item>
22
<item name="colorPrimaryDark">@color/white</item>
23
<item name="android:statusBarColor">@color/white</item>
24
- <item name="android:windowLightStatusBar">true</item> <!-- 使状态栏图标变为深色 -->
+ <item name="android:windowLightStatusBar" tools:targetApi="m" tools:ignore="NewApi">true</item> <!-- 使状态栏图标变为深色 -->
25
</style>
26
</resources>
0 commit comments