Use default window color in dark theme

This commit is contained in:
smdyv 2022-02-19 14:52:24 +01:00 committed by Daniel Micay
parent c7a0ae858e
commit 6468f5012f
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">#DEFFFFFF</item>
<item name="android:windowBackground">#000000</item>
<item name="android:statusBarColor">#212121</item>
</style>