forked from GitHub-Mirror/riotX-android
Fix issue in themes
This commit is contained in:
parent
acedff4e89
commit
bbbf64f543
10
vector/src/main/res/values-v27/theme_dark.xml
Normal file
10
vector/src/main/res/values-v27/theme_dark.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.Dark.v27" parent="AppTheme.Dark.v23">
|
||||
<item name="android:windowLightNavigationBar">false</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.Dark" parent="AppTheme.Dark.v27" />
|
||||
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user