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