Top "Bottom-sheet" questions

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

Scrollview not scrolling in Android bottomsheet

I tried the new BottomSheet in Android support. Inside the BottomSheet I have put a TextView and a ScrollView. The …

android android-layout bottom-sheet
Make bottomSheetDialog full screen over status bar

I recently used android.support.design.widget.BottomSheetDialogFragment. I wanted to do something which is similar to the Google contact …

android android-dialogfragment bottom-sheet
Prevent dismissal of BottomSheetDialogFragment on touch outside

I have implemented a BottomSheet Dialog and I want to prevent the bottomsheet from dismissing when the user touches outside …

android bottom-sheet
Bottom Sheet Fragment comes up with keyboard

I have an edit text inside a bottom sheet fragment. when the focus come on the edit text the layout …

android bottom-sheet
android BottomSheet how to collapse when clicked outside?

I have implemented bottomsheet behavior with NestedScrollView. And was wondering if it is possible to hide the bottomsheet view when …

android bottom-sheet
How can I dim the background when Bottomsheet is displayed, without using Dialog?

I know BottomSheetDialog does so already, but I need to use the regular BottomSheet and behavior generated from BottomSheetBehavior.from(). …

android bottom-sheet
Android BottomSheetDialog layout have button, onclick navigat to activity

I have BottomSheetDialog layout xml file which been called by my activity. And BottomSheetDialog has 2 buttons. On clicking on button …

android bottom-sheet
How to disable BottomSheetDialogFragment dragging

How to disable BottomSheetDialogFragment dragging by finger? I saw similar questions, but they're all about BottomSheet not BottomSheetDialogFragment.

android android-layout android-view android-dialog bottom-sheet
How can I implement BottomSheetDialogFragment with fixed height

I need to implement BottomSheetDialogFragment and face with the problem. I need that my BottomSheetDialogFragment has fixed height. Does anyone …

android behavior bottom-sheet
BottomNavigationView is not full width

I am working on an Android app and implementing BottomNavigationView from the design library. I have looked at many examples …

android material-design bottom-sheet