Position of SlidingDrawer handle?

Posted by Christian Gawron on Stack Overflow See other posts from Stack Overflow or by Christian Gawron
Published on 2011-01-09T16:48:14Z Indexed on 2011/01/09 16:53 UTC
Read the original article Hit count: 317

Filed under:
|
|

I would like to have two overlapping SlidingDrawers (spanning the whole application window) with their handles side by side so that the user can open both drawers easily. However, it seems that the handle is always positioned horizontally centered (for a vertical SlidingDrawer) so that the handles collide. I tried both FrameLayout and RelativeLayout for the parent, but layout options like android:layout_alignRight seem to be ignored for the handles.

© Stack Overflow or respective owner

Related posts about android

Related posts about layout