Fixed Bottom Sheet

This commit is contained in:
Prathamesh More 2022-01-07 10:59:14 +05:30
parent 0dfc41c381
commit 456ecebef3
2 changed files with 2 additions and 5 deletions

View file

@ -13,9 +13,4 @@
</item>
<item name="popupMenuBackground">@drawable/popup_background</item>
</style>
<style name="BottomSheetStyle" parent="Widget.Material3.BottomSheet">
<item name="android:maxWidth">@empty</item>
<item name="paddingBottomSystemWindowInsets">false</item>
</style>
</resources>

View file

@ -184,6 +184,8 @@
<style name="BottomSheetStyle" parent="Widget.Material3.BottomSheet">
<item name="android:maxWidth">@empty</item>
<item name="paddingBottomSystemWindowInsets">false</item>
<item name="marginLeftSystemWindowInsets">false</item>
<item name="marginRightSystemWindowInsets">false</item>
</style>
<style name="MaterialCardViewStroke">