Material design concept - bottom sheets slide up from the bottom of the screen to reveal more content.
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 dialogfragmentI have a RecyclerView using a LinearLayoutManager with HORIZONTAL orientation, nested inside a FrameLayout using the BottomSheet Behavior. When attempting …
android android-recyclerview androiddesignsupport bottom-sheetDue 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-sheetI have successfully created a ListView within a Fragment. From the list I have also managed to successfully load a …
android swipe-gesture bottom-sheetMy BottomSheetDialogFragment opens half (mean not fully) when I open it. fragment.show(supportFragmentManager, "my_frag") I tried NestedScrollView with …
android android-layout bottom-sheetI need the BottomSheet to stop at two positions. I have the following code for BottomSheet. <android.support.design.…
java android bottom-sheetUpdate 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-sheetAnyone has or can provide more information about it? Just searched half of the web but couldn't find anything more, …
android material-design bottom-sheetI'm having very hard time to implement "Standard Bottom Sheet" in my application - with that I mean bottom sheet …
flutter bottom-sheetI'm looking through the Flutter Gallery for the code related to the CupertinoPicker. Here is the relevant code extract: child: …
flutter bottom-sheet cupertinopicker