Material design concept - bottom sheets slide up from the bottom of the screen to reveal more content.
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-designI 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-sheeti 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-componentsI have implemented Bottom Sheet functionality within my activity in onCreate() using this solution and this library sheet = new BottomSheet.…
android material-design bottom-sheetI 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-androidHow 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-sheetI'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-sheetI 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-sheetI'm probably missing something obvious here, but my BottomSheet only takes up the bottom half the screen, even though the …
material-design flutter bottom-sheetWhat 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