Questions tagged [bottom-sheet]

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

There are two major types of bottom sheets:

  • Modal bottom sheets are alternatives to menus or simple dialogs. They can also present deep-linked content from other apps. They are primarily for mobile.
  • Persistent bottom sheets present in-app content. Elevation distinguishes modal from persistent bottom sheets. Modal bottom sheets rest at a higher elevation than the app’s content; whereas persistent bottom sheets rest at the same elevation as the app and integrate with its content.

On larger screens, where space is less constrained, using alternative surfaces and components such as simple dialogs and menus may be more appropriate than bottom sheets.

1221 questions
-2
votes
1 answer

Android crash inflating behaviour

I'm trying to add a bottom sheet in one of my apps. I know how to use them and I implemented one while following a medium tutorial (and reading the problems people had in Stack Overflow) which works just fine. But when I try to replicate that in my…
kirchhoff
  • 206
  • 4
  • 12
-2
votes
1 answer

button visibility on bottom sheet behavior change

I have a button called share on bottomsheet ,now i want that button to be visible only if the state is expanded , in any other state button should not be visible. here is the code i have tried. if (mBottomSheetBehavior.getState() ==…
ravalrocks
  • 21
  • 3
-3
votes
2 answers

How to show bottom sheet on map in flutter mobile application?

I see a lot of tutorials for implementing bottom sheet in my flutter application, but i am facing problem in implementing that, all of them showing bottom sheet after onPressed/onTap and i do not want that. I had implemented google map in my…
Umair
  • 1,759
  • 6
  • 23
  • 44
-6
votes
1 answer

How to create a reversed Bottom Sheet from the top in iOS?

I need to implement a reversed bottom sheet which should be sliding from the top of the parent view to the bottom.I have done my research and found plenty of supported libraries, but all of them don't work with sliding from the top of the view. I…
Viktor Vostrikov
  • 1,322
  • 3
  • 19
  • 36
1 2 3
81
82