Hi there,

I am m currently trying to incorporate multiple Sliding Drawers into
one of my Views. Unfortunately I haven't been able to position them
next to each other at the bottom of the screen. As default they
handles will overlap each other in the order they have been attached
to the parent View.

One ugly workaround woud be to add the necessary margin by making the
outer handle's graphics bigger (ie. adding transparent space to the
left or right) and attach them to the parent view in the right order.
However this doesn't work for more than 2 drawers (I need 3 of them),
as the transparent areas of the handle's still count as target when
clicked on them.

Anyone know how I can position the handles of multiple drawer's
handles, so that they don't overlap and be all clickable?

Greetings,

Sebastian

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to