[android] Fix bg color of layers and main menus

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin 2022-04-21 22:41:13 +03:00 committed by Alexander Borsuk
parent 476b533031
commit 6d9ac0bb26

View file

@ -395,10 +395,12 @@
<style name="MwmWidget.BottomSheetDialog" parent="Theme.Material3.Light.BottomSheetDialog">
<item name="colorSurface">?cardBackground</item>
<item name="elevationOverlayEnabled">false</item>
</style>
<style name="MwmWidget.Night.BottomSheetDialog" parent="Theme.Material3.Dark.BottomSheetDialog" >
<item name="colorSurface">?cardBackground</item>
<item name="elevationOverlayEnabled">false</item>
</style>
</resources>