Skip to content

Commit 32d7325

Browse files
committed
修改xml
1 parent bc8312c commit 32d7325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<item name="colorPrimary">@color/white</item>
2222
<item name="colorPrimaryDark">@color/white</item>
2323
<item name="android:statusBarColor">@color/white</item>
24-
<item name="android:windowLightStatusBar">true</item> <!-- 使状态栏图标变为深色 -->
24+
<item name="android:windowLightStatusBar" tools:targetApi="m" tools:ignore="NewApi">true</item> <!-- 使状态栏图标变为深色 -->
2525
</style>
2626
</resources>

0 commit comments

Comments
 (0)