Top "Bottom-sheet" questions

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

Get value from Bottom Sheet Dialog Fragment

I'm starting bottomSheetDialogFragment from a fragment A. I want to select the date from that bottomSheetDialogFragment then set it in …

android fragment bottom-sheet dialogfragment
RecyclerView (horizontal) nested in BottomSheet preventing vertical scrolling

I have a RecyclerView using a LinearLayoutManager with HORIZONTAL orientation, nested inside a FrameLayout using the BottomSheet Behavior. When attempting …

android android-recyclerview androiddesignsupport bottom-sheet
Disable BottomSheet Drag

Due to my low reputation point, I can't comment. So i'm extending this question: Disabling User dragging on BottomSheet The …

android android-support-library android-support-design bottom-sheet
Bottom Sheet Swipe Down Behavior

I have successfully created a ListView within a Fragment. From the list I have also managed to successfully load a …

android swipe-gesture bottom-sheet
BottomSheetDialogFragment opens half

My BottomSheetDialogFragment opens half (mean not fully) when I open it. fragment.show(supportFragmentManager, "my_frag") I tried NestedScrollView with …

android android-layout bottom-sheet
Scrolling issue with BottomSheet - Android

I need the BottomSheet to stop at two positions. I have the following code for BottomSheet. <android.support.design.…

java android bottom-sheet
Sliding up image with Official Support Library 23.x.+ bottomSheet like google maps

Update I want to accomplish the same behavior that google maps has with Support Library 23.x.+ and without ANY 3rd …

android google-maps parallax bottom-sheet
How to implement persistent Bottom Sheets from Material Design docs

Anyone has or can provide more information about it? Just searched half of the web but couldn't find anything more, …

android material-design bottom-sheet
Standard Bottom Sheet in Flutter

I'm having very hard time to implement "Standard Bottom Sheet" in my application - with that I mean bottom sheet …

flutter bottom-sheet
Flutter: CupertinoPicker BottomSheet listener for onClose?

I'm looking through the Flutter Gallery for the code related to the CupertinoPicker. Here is the relevant code extract: child: …

flutter bottom-sheet cupertinopicker