ArcBottomSheet

abstract class ArcBottomSheet<viewBinding : ViewBinding>(isDialogCancelable: Boolean) : BottomSheetDialogFragment

ArcBottomSheet Base class for BottomSheet. Use BottomSheetDialogFragment

Author

jimlyas

Since

13 Jan 2023

Parameters

viewBinding

ViewBinding define which layout to inflate for this ArcBottomSheet

isDialogCancelable

Does the ArcBottomSheet cancelable of not?

Constructors

Link copied to clipboard
constructor(isDialogCancelable: Boolean)

Functions

Link copied to clipboard
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View