Material design concept - bottom sheets slide up from the bottom of the screen to reveal more content.
I tried the new BottomSheet in Android support. Inside the BottomSheet I have put a TextView and a ScrollView. The …
android android-layout bottom-sheetI recently used android.support.design.widget.BottomSheetDialogFragment. I wanted to do something which is similar to the Google contact …
android android-dialogfragment bottom-sheetI have implemented a BottomSheet Dialog and I want to prevent the bottomsheet from dismissing when the user touches outside …
android bottom-sheetI have an edit text inside a bottom sheet fragment. when the focus come on the edit text the layout …
android bottom-sheetI have implemented bottomsheet behavior with NestedScrollView. And was wondering if it is possible to hide the bottomsheet view when …
android bottom-sheetI know BottomSheetDialog does so already, but I need to use the regular BottomSheet and behavior generated from BottomSheetBehavior.from(). …
android bottom-sheetI have BottomSheetDialog layout xml file which been called by my activity. And BottomSheetDialog has 2 buttons. On clicking on button …
android bottom-sheetHow 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-sheetI need to implement BottomSheetDialogFragment and face with the problem. I need that my BottomSheetDialogFragment has fixed height. Does anyone …
android behavior bottom-sheetI am working on an Android app and implementing BottomNavigationView from the design library. I have looked at many examples …
android material-design bottom-sheet