Fix system bars color on Android 13 and below
This commit is contained in:
10
app/src/main/res/values-night-v23/themes.xml
Normal file
10
app/src/main/res/values-night-v23/themes.xml
Normal 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>
|
||||
Reference in New Issue
Block a user