Join Slack
Powered by
Any way to create layout of BottomSheetDialogFragm...
# compose
a
Ashu
10/27/2021, 9:33 AM
Any way to create layout of BottomSheetDialogFragment using compose? Any
setContent
equivalent for dialog fragments?
c
Csaba Kozák
10/27/2021, 9:34 AM
Yes, you can use
ModalBottomSheetLayout
.
a
Albert Chang
10/27/2021, 9:35 AM
https://developer.android.com/jetpack/compose/interop/interop-apis#compose-in-fragments
a
Ashu
10/27/2021, 9:36 AM
@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
Ashu
10/27/2021, 9:37 AM
Thanks
@Albert Chang
👍 1
5
Views
Open in Slack
Previous
Next