Fix system bars color on Android 13 and below

This commit is contained in:
iKirby
2024-09-15 12:43:50 +08:00
committed by GitHub
parent 440aaa9a1a
commit e43ad4860f
8 changed files with 69 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="AppTheme.Base.V23" />
<style name="AppTheme.Base.V23.Night" parent="AppTheme.Base.V23">
<item name="android:windowLightStatusBar">false</item>
</style>
</resources>