Theme rework WIP

This commit is contained in:
Benoit Marty
2019-06-05 15:58:00 +02:00
parent 48fadd1a11
commit 94c91e0dae
22 changed files with 128 additions and 55 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme.Black.v27" parent="AppTheme.Black.v23">
<item name="android:windowLightNavigationBar">false</item>
</style>
<style name="AppTheme.Black" parent="AppTheme.Black.v27" />
</resources>