soarcn / BottomSheet

One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear and simple actions that do not need explanation.
http://soarcn.github.io/BottomSheet
2.22k stars 408 forks source link

Is it possible to prevent the BottomSheet from dismissing after item click? #112

Closed rkarodia closed 8 years ago

rkarodia commented 8 years ago

I have a requirement for the BottomSheet to remain open after an item is clicked. How can this be achieved?

soarcn commented 8 years ago

Sorry, not with this library. You can modify it in your fork or create a persistent bottomsheet with support library.