3

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

FraZer
  • 1,685
  • 1
  • 10
  • 17
Miuranga
  • 2,463
  • 10
  • 51
  • 81
  • I didn't find possible way from Google. anyway before ask question here I am always Google it. – Miuranga Jul 18 '11 at 09:07
  • How about just doing this http://stackoverflow.com/questions/1137350/how-to-make-an-android-slidingdrawer-slide-out-from-the-left – Aiden Strydom Apr 01 '13 at 15:38

2 Answers2

4

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.

Sachin Chavan
  • 5,578
  • 5
  • 49
  • 75
iDroid
  • 10,403
  • 1
  • 19
  • 27
0

Try next widget https://github.com/xPutnikx/SlidingDrawerWithButtons

make it left to right, or another directions.

Vlad Hudnitsky
  • 1,345
  • 2
  • 11
  • 11