Any way to create layout of BottomSheetDialogFragment using compose? Any `setContent` equivalent for...
a
Any way to create layout of BottomSheetDialogFragment using compose? Any
setContent
equivalent for dialog fragments?
c
Yes, you can use
ModalBottomSheetLayout
.
a
@Csaba Kozák No modal bottom sheet creates a bottom sheet tied with the layout of activity, i just want to set content view of dialog fragment via compose.
👌 1
Thanks @Albert Chang
👍 1