SchildiChat-android/vector/src/main/res/values-v23/theme_light.xml

11 lines
365 B
XML
Raw Normal View History

2019-06-05 15:31:11 +03:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme.Light.v23" parent="AppTheme.Base.Light">
<item name="android:statusBarColor">@color/riotx_header_panel_background_light</item>
2019-06-05 15:31:11 +03:00
<item name="android:windowLightStatusBar">true</item>
</style>
<style name="AppTheme.Light" parent="AppTheme.Light.v23"/>
</resources>