Top "Bottom-sheet" questions

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

BottomSheetBehaviour: The view is not associated with BottomSheetBehavior

I am using Google Design Support Library 25.0.0 In my activity I have a relative layout with app:layout_behavior="android.…

android android-design-library androiddesignsupport bottom-sheet
Prevent BottomSheetDialogFragment covering navigation bar

I'm using really naive code to show a bottom sheet dialog fragment: class LogoutBottomSheetFragment : BottomSheetDialogFragment() { override fun onCreateView(inflater: LayoutInflater, …

android android-layout android-view navigationbar bottom-sheet
Android "Top Sheet" equivalent of "Bottom Sheet"?

I am wanting to implement a "Bottom Sheet" type of layout, but with a twist where the "bottom" sheet will …

android bottom-sheet
How can I add a shadow to bottom sheet view?

As of now, with the official bottom sheet component from the Android design library implemented the top edge doesn't show …

android android-layout android-design-library bottom-sheet
BottomSheetDialog/BottomSheetDialogFragment — which to use and how?

I'm working on a Material design app. One feature I want to implement is some kind of a poll. When …

android android-fragments dialog modal-dialog bottom-sheet
ListView in BottomSheet

I ran into a problem where I had a simple ListView in a BottomSheet and ListView had enough items to …

android listview bottom-sheet
Bottomsheet with moving Floating action buttons

I want to use Bottom-sheet from support library and two floating action buttons (FABS) as shows the pictures. The point …

android android-layout floating-action-button bottom-sheet
Scroll not working for multiple RecyclerView in BottomSheet

I implemented BottomSheet using the DialogFragment approach. I have a TabLayout and ViewPager in the BottomSheet. The ViewPager is hosting 2 …

android bottom-sheet
Hidden state of the Bottom Sheet

I am trying to set hidden state for BottomSheet, but it doesn't work. What's the problem? bottomBar = BottomSheetBehavior.from(findViewById(…

android bottom-sheet
Can't hide Bottom Sheet, Android

I'm having problems with my bottom-sheet because when I open the activity it is on, blocking the view This happens, …

java android bottom-sheet