do not use white nav bar before Android API 27

(otherwise nav buttons are not visible)
This commit is contained in:
Johan von Forstner
2020-05-30 16:07:01 +02:00
parent 795c96d901
commit fcac8f91ad

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="AppTheme.Base">
<item name="android:navigationBarColor">@android:color/white</item>
</style>
</resources>