Does anyone know how to implement a popup window as shown below, it slides in from the bottom, and supports a custom UI with abundant options. Any ideas about what the control is and how do we implement it?
Asked
Active
Viewed 1,982 times
2
-
Check [this link](http://stackoverflow.com/questions/18232372/slide-a-layout-up-from-bottom-of-screen), it may help you – Ichigo Kurosaki Dec 27 '15 at 08:52
-
2Use this library https://github.com/soarcn/BottomSheet – Anoop Kanyan Dec 27 '15 at 08:55
-
@AnoopKanyan Why not create a answer and I will accept it. – Logan Guo Dec 27 '15 at 09:22
1 Answers
0
To present a set of actions/menu which slides up from the bottom edge of the screen you can use this library

Anoop Kanyan
- 618
- 7
- 19
-
1Yeah, this one looks nice and https://github.com/Flipboard/bottomsheet is another good choice. – Logan Guo Dec 28 '15 at 02:54