mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-04 07:17:41 +03:00
10 lines
267 B
XML
10 lines
267 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<style name="AppTheme.Dark.v23" parent="AppTheme.Dark.v21">
|
||
|
<item name="android:windowLightStatusBar">false</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="AppTheme.Dark" parent="AppTheme.Dark.v23"/>
|
||
|
|
||
|
</resources>
|