views:

154

answers:

1

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?

+4  A: 

Use SlidingDrawer

mbaird