tags:

views:

45

answers:

1

Is there any way to set my sliding drawer on top of other elements in my layout? I have an ImageView which is intended for an album art and I would like to have a sliding drawer overlay at the bottom of that ImageView.

+2  A: 

That's not a feature in the SDK, but fortunately there's someone who implemented by himself. Take a look of this project: android-misc-widgets. By using that thirdy part library you can get something like this:

alt text

Here you can get extra information: http://www.anddev.org/viewtopic.php?p=16622

Cristian