BottomSheetDialogFragment

Modal bottom sheet. This is a version of androidx.fragment.app.DialogFragment that shows a bottom sheet using BottomSheetDialog instead of a floating dialog.

For more information, see the component developer guidance and design guidelines.

Constructors

Link copied to clipboard
constructor()
constructor(@LayoutRes contentLayoutId: Int)

Functions

Link copied to clipboard
open fun dismiss()
Link copied to clipboard
Link copied to clipboard
open fun onCreateDialog(@Nullable savedInstanceState: Bundle): Dialog