Fixed incorrect windowBackground

This commit is contained in:
Prathamesh More 2022-04-17 15:14:02 +05:30
parent 5ff4438a42
commit b6fee3e25d
3 changed files with 6 additions and 5 deletions

View file

@ -7,7 +7,7 @@
<style name="Theme.RetroMusic.Black" parent="Theme.RetroMusic.Base.Black" />
<style name="Theme.RetroMusic.FollowSystem" parent="Theme.RetroMusic.Base.Adaptive">
<item name="android:windowBackground">@color/window_color</item>
<item name="android:windowBackground">?colorSurface</item>
</style>
<style name="Theme.RetroMusic.MD3" parent="@style/Theme.Material3.DayNight.NoActionBar">