Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a pull-down/up window in Android GUI?

For Android GUI: I would like to create a window that I can pull up from the bottom of another window, kind of like the Notification bar or the tab in the bottom on Spotify for Android.

I want to be able to grab a small piece of the window and pull it up. Or just click it and it will "pop up". And afterwards be able to pull or click it so it returs to its original space.

Does anyone know a good way to do this?

like image 595
Sara Avatar asked Mar 30 '10 19:03

Sara


1 Answers

Use SlidingDrawer

like image 119
Mark B Avatar answered Oct 20 '22 12:10

Mark B