Quick Setup
suggest changeMake sure the following dependency is added to your app’s build.gradle file under dependencies:
compile 'com.android.support:design:25.3.1'
Then you can use the Bottom sheet using these options:
BottomSheetBehaviorto be used withCoordinatorLayoutBottomSheetDialogwhich is a dialog with a bottom sheet behaviorBottomSheetDialogFragmentwhich is an extension ofDialogFragment, that creates aBottomSheetDialoginstead of a standard dialog.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents