How to do Android - Sliding Drawer to slide from Left-to-Right..?

Miuranga picture Miuranga · Jul 18, 2011 · Viewed 10.2k times · Source

How to put android sliding Drawer to slide from LTR? When using android:orientation="horizontal" it slide from RTL. How can I do LTR? Thanks

................................

I found answer form Here

Thanks everybody

Answer

iDroid picture iDroid · Jul 18, 2011

You will need to implement your own SlidingDrawer.

There is no simple way to let it slide from the left like by changing some settings.

Check out these links:Panel and android-sliding-drawer.