Vivek Sharma
11/08/2020, 10:35 AMSe7eN
11/08/2020, 3:16 PMBottomDrawerLayout
. Here's a sample: https://gist.github.com/ashar-7/a0127714d9f94112426474b4b0cb808bVivek Sharma
11/08/2020, 6:09 PMSe7eN
11/09/2020, 7:16 AMBottomSheetScaffold
Vivek Sharma
11/09/2020, 10:19 AMBottomSheetScaffold
is like simple bottom sheet, it doesnt overshadow or come above (like bottom drawer layout) the content behind itSe7eN
11/09/2020, 10:27 AMmatvei
11/09/2020, 1:07 PMThis is true foris like simple bottom sheet, it doesnt overshadow or come above (like bottom drawer layout) the content behind itBottomSheetScaffold
ModalBottomSheet
, but BottomSheetScaffold
allows you to specify the sheet that slides on top of the content (without scrim though, but you could easily make a scrim on the content by observing state).
BottomSheetScaffold even has a slot for FAB which allows it to float half on the sheet (see demos or material specs).
Also you could try to use BackdropScaffold, there are plenty of scaffolds in Compose as you can see 🙂