forked from organicmaps/organicmaps
[android] Fix bg color of layers and main menus
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
476b533031
commit
6d9ac0bb26
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue