Ye Myat Min
Ye Myat Min

Reputation: 1429

SlidingDrawer on top

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.

Upvotes: 2

Views: 3464

Answers (2)

Sileria
Sileria

Reputation: 15652

I think I misunderstood your question earlier. If you want the slider handle to appear on top of a widget or image, then you can easily use bottomOffset attribute of the SlidingDrawer.

Upvotes: 0

Cristian
Cristian

Reputation: 200170

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

Upvotes: 6

Related Questions