forked from GitHub-Mirror/riotX-android
Theme rework WIP
This commit is contained in:
10
vector/src/main/res/values-v27/theme_light.xml
Normal file
10
vector/src/main/res/values-v27/theme_light.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.Light.v27" parent="AppTheme.Light.v23">
|
||||
<item name="android:windowLightNavigationBar">true</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.Light" parent="AppTheme.Light.v27" />
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user