Material design concept - bottom sheets slide up from the bottom of the screen to reveal more content.
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-sheetI am trying to implement Bottom sheet in one of my activities and I am kind of confused by the …
android android-support-library bottom-sheetI have a bottom sheet nested inside another bottom sheet (FrameLayouts using the BottomSheet layout behavior) I also have a …
android android-recyclerview androiddesignsupport bottom-sheetThere 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-sheetI use Angular Material and Angular 6. I work a lot with material dialog and i make like this : openDialog3(key : …
angular angular-material bottom-sheetI have a BottomSheetDialogFragment with a RecyclerView. The problem is, I want to disable the drag close function of the …
android bottom-sheetI have layout with bottom sheet. <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" …
android material-design bottom-sheetI want to scroll the view down when the bottom sheet is fully up (Dragged up to complete screen). It …
android scrollview bottom-sheetI need to use BottomSheetBehavior with ScrollView but it says to me : Unexpected namespace prefix "app" found for tag RelativeLayout …
android android-relativelayout bottom-sheetI 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