Material design concept - bottom sheets slide up from the bottom of the screen to reveal more content.
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-sheetI'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-sheetI am wanting to implement a "Bottom Sheet" type of layout, but with a twist where the "bottom" sheet will …
android bottom-sheetAs 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-sheetI'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-sheetI ran into a problem where I had a simple ListView in a BottomSheet and ListView had enough items to …
android listview bottom-sheetI 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-sheetI implemented BottomSheet using the DialogFragment approach. I have a TabLayout and ViewPager in the BottomSheet. The ViewPager is hosting 2 …
android bottom-sheetI am trying to set hidden state for BottomSheet, but it doesn't work. What's the problem? bottomBar = BottomSheetBehavior.from(findViewById(…
android bottom-sheetI'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