schildichat-android/library/ui-styles/src/main/res/values-v27/theme_sc_light.xml
SpiritCroc b777c4bf03 Use light navigation bar in light SC themes
New app layout currently enforces this, so unbreak it there

Change-Id: I8885c18d839d715b4308a4abd9634a1130da13e2
2022-09-14 11:28:16 +02:00

12 lines
378 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme.SC.Light.v27" parent="AppTheme.SC.Light.v23">
<item name="android:navigationBarColor">@color/background_sc_light_toolbar</item>
<item name="android:windowLightNavigationBar">true</item>
</style>
<style name="AppTheme.SC.Light" parent="AppTheme.SC.Light.v27" />
</resources>