Przeglądaj źródła

fix general background color

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 lat temu
rodzic
commit
8171391154
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/src/main/res/values/styles.xml

+ 1 - 1
app/src/main/res/values/styles.xml

@@ -43,6 +43,7 @@
         <item name="bottomSheetDialogTheme">@style/ThemeOverlay.App.BottomSheetDialog</item>
         <item name="popupMenuStyle">@style/ChatSendButtonMenu</item>
         <item name="dialogCornerRadius">@dimen/dialogBorderRadius</item>
+        <item name="android:windowBackground">@color/bg_default</item>
     </style>
 
     <style name="ThemeOverlay.AppTheme.PopupMenu" parent="ThemeOverlay.Material3.Dark">
@@ -294,5 +295,4 @@
         <item name="cornerSize">50%</item>
     </style>
 
-
 </resources>