How to change android slidingdrawer handle button position

Viewed 17187

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.

7 Answers
Related