mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-23 10:25:20 +01:00
Fixed incorrect windowBackground
This commit is contained in:
parent
5ff4438a42
commit
b6fee3e25d
3 changed files with 6 additions and 5 deletions
|
@ -35,7 +35,7 @@
|
|||
<item name="materialButtonStyle">@style/MaterialButtonTheme</item>
|
||||
<!--Manual setting colors-->
|
||||
<item name="colorSurface">@color/darkColorSurface</item>
|
||||
<item name="android:windowBackground">@color/window_color_dark</item>
|
||||
<item name="android:windowBackground">?colorSurface</item>
|
||||
<item name="materialCardViewStyle">@style/Widget.Material3.CardView.Elevated</item>
|
||||
<item name="elevationOverlayColor">@color/elevationOverlay</item>
|
||||
<item name="popupMenuBackground">@drawable/popup_background</item>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<item name="roundSelector">@drawable/round_selector</item>
|
||||
<item name="rectSelector">@drawable/rect_selector</item>
|
||||
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
|
||||
<item name="android:windowBackground">@color/md_white_1000</item>
|
||||
<item name="android:windowBackground">?colorSurface</item>
|
||||
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
||||
<item name="materialAlertDialogTheme">@style/MaterialAlertDialogTheme</item>
|
||||
<item name="materialButtonStyle">@style/MaterialButtonTheme</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue