In default handle button in android SlidingDrawer in the centre of the drawer. Is it possible to change that position to left or right..? If it possible how can I do that, android:gravity="left" is not work in the button.
In default handle button in android SlidingDrawer in the centre of the drawer. Is
Share
Put your handle in a RelativeLayout, and set android:layout_alignParentRight=”true” on the handle.
For example like this: