commit
5948191b56
3 changed files with 5 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.K9.Dark.Base" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:navigationBarColor">#000000</item>
|
||||
</style>
|
||||
</resources>
|
4
app/ui/src/main/res/values-v28/themes.xml
Normal file
4
app/ui/src/main/res/values-v28/themes.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.K9.Startup" parent="Theme.K9.DayNight" />
|
||||
</resources>
|
|
@ -131,6 +131,7 @@
|
|||
</style>
|
||||
|
||||
<style name="Theme.K9.Dark.Common" parent="Theme.K9.Dark.Base">
|
||||
<item name="android:navigationBarColor">#000000</item>
|
||||
<item name="windowActionModeOverlay">true</item>
|
||||
<item name="android:windowLightStatusBar" tools:targetApi="23">false</item>
|
||||
<item name="colorPrimary">@color/md_grey_900</item>
|
||||
|
|
Loading…
Reference in a new issue