mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 10:32:36 +00:00
fix general background color
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
28a235ae45
commit
8171391154
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user