Fixed Bottom Sheet
This commit is contained in:
parent
0dfc41c381
commit
456ecebef3
2 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue