mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-09 01:37:39 +03:00
10 lines
275 B
XML
10 lines
275 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<style name="AppTheme.Light.v27" parent="AppTheme.Light.v23">
|
||
|
<item name="android:windowLightNavigationBar">true</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="AppTheme.Light" parent="AppTheme.Light.v27" />
|
||
|
|
||
|
</resources>
|