Change dark theme background
This commit is contained in:
parent
0b0cd945dd
commit
346006d182
@ -27,7 +27,6 @@
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
|
||||
<item name="android:windowBackground">@color/colorPrimary</item>
|
||||
</style>
|
||||
|
||||
@ -35,6 +34,7 @@
|
||||
<item name="colorPrimary">@color/colorPrimaryInverse</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDarkInverse</item>
|
||||
<item name="colorAccent">@color/colorAccentInverse</item>
|
||||
<item name="android:windowBackground">@color/colorPrimaryInverse</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user