Merge pull request #4281 from k9mail/startup_theme

Startup theme
This commit is contained in:
cketti 2019-11-22 13:21:42 +01:00 committed by GitHub
commit 5948191b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -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>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.K9.Startup" parent="Theme.K9.DayNight" />
</resources>

View file

@ -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>