Top "Bottom-sheet" questions

Material design concept - bottom sheets slide up from the bottom of the screen to reveal more content.

Disabling User dragging on BottomSheet

I am trying to disable user dragging on BottomSheet. The reason I want to disable is two things. 1. It's preventing …

android android-support-library bottom-sheet android-support-design
BottomSheetDialogFragment - How to set expanded height (or min top offset)

I create a BottomSheetDialogFragment and I want to adjust it's maximum expanded height. How can I do that? I can …

android android-support-library androiddesignsupport bottom-sheet
Round corner for BottomSheetDialogFragment

i have an custom BttomSheetDialogFragment and i want to have round corners in top of Bottom View this is my …

android material-design bottom-sheet material-components-android material-components
Show and Hide Bottom Sheet Programmatically

I have implemented Bottom Sheet functionality within my activity in onCreate() using this solution and this library sheet = new BottomSheet.…

android material-design bottom-sheet
BottomSheetBehavior not in androidX libraries

I was using the BottomSheetBehavior with the original support library: implementation 'com.android.support:design:27.1.1' When I migrated to …

android androidx bottom-sheet material-components-android
BottomSheetDialogFragment - listen to dismissed by user event

How can I listen to a FINAL dismissal of a BottomSheetDialogFragment? I want to save user changes on the final …

android dialog android-dialogfragment dialogfragment bottom-sheet
Show entire bottom sheet with EditText above Keyboard

I'm implementing a UI where a bottom sheet will appear above the keyboard with an EditText for the user to …

android android-layout android-softkeyboard bottom-sheet
Android BottomSheetDialogFragment does not expand completely

I have the following test bottom sheet implementation. When I set the peekHeight to a value less than 500, it works. …

java android android-support-library android-support-design bottom-sheet
How do you adjust the height and borderRadius of a BottomSheet in Flutter?

I'm probably missing something obvious here, but my BottomSheet only takes up the bottom half the screen, even though the …

material-design flutter bottom-sheet
bottomSheetDialogFragment full screen

What I'm trying to achieve is something like Instagram in-app web browser, used when you click an ad: what I …

android material-design bottom-sheet material-components-android material-components