mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-05 15:57:35 +03:00
11 lines
No EOL
377 B
XML
11 lines
No EOL
377 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="AppTheme.Light.v27" parent="AppTheme.Light.v23">
|
|
<item name="android:navigationBarColor">@color/android_navigation_bar_background_light</item>
|
|
<item name="android:windowLightNavigationBar">true</item>
|
|
</style>
|
|
|
|
<style name="AppTheme.Light" parent="AppTheme.Light.v27" />
|
|
|
|
</resources> |