Top "Bottom-sheet" questions

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

Android ViewPager with RecyclerView works incorrectly inside BottomSheet

When I try to scroll list, sometimes this works incorrect - BottomSheet intercepts the scroll event and hides. How to …

android android-viewpager android-recyclerview bottom-sheet
Try to Understand the behavior of BottomSheet in android support library 23.2.1

I am trying to implement Bottom sheet in one of my activities and I am kind of confused by the …

android android-support-library bottom-sheet
Android: Nested bottom sheet click/drag touch event issue

I have a bottom sheet nested inside another bottom sheet (FrameLayouts using the BottomSheet layout behavior) I also have a …

android android-recyclerview androiddesignsupport bottom-sheet
Keyboard hides BottomSheetDialogFragment

There are more fields below the keyboard. This happened when i updated the support library. I know it's Kotlin but …

android android-fragments kotlin android-softkeyboard bottom-sheet
how Pass data to angular material bottomsheet

I use Angular Material and Angular 6. I work a lot with material dialog and i make like this : openDialog3(key : …

angular angular-material bottom-sheet
BottomSheetDialogFragment - Allow scrolling child

I have a BottomSheetDialogFragment with a RecyclerView. The problem is, I want to disable the drag close function of the …

android bottom-sheet
How i can set Half Expanded state for my BottomSheet

I have layout with bottom sheet. <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" …

android material-design bottom-sheet
Working with scroll down in Bottom Sheet

I want to scroll the view down when the bottom sheet is fully up (Dragged up to complete screen). It …

android scrollview bottom-sheet
Unexpected namespace prefix "app" found for tag RelativeLayout - Android?

I need to use BottomSheetBehavior with ScrollView but it says to me : Unexpected namespace prefix "app" found for tag RelativeLayout …

android android-relativelayout bottom-sheet
Android Support BottomSheetBehavior additional anchored state

I have been using the AndroidSlidingUpPanel library in my app. With versions of the Android Design Support Library since 23.1.1, this …

android android-support-library android-design-library bottom-sheet