forked from GitHub-Mirror/riotX-android
Add missing files for Status theme
This commit is contained in:
10
vector/src/main/res/values-v23/theme_status.xml
Normal file
10
vector/src/main/res/values-v23/theme_status.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.Status.v23" parent="AppTheme.Status.v21">
|
||||
<item name="android:windowLightStatusBar">false</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.Status" parent="AppTheme.Status.v23"/>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user