jfeinstein10 / SlidingMenu

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.07k stars 5.03k forks source link

SlidingMenu from Right to left #753

Open RedEagle07 opened 8 years ago

RedEagle07 commented 8 years ago

Is there any way to make the menu slide from right to left? And also have the icon on right of the textview?

theBlbDan commented 8 years ago

What icon? You can make any surface, or view, you'd like be the action item for toggling your sliding menu. The "icon" in the demo is simply a demo.

Look at setTouchModeAbove() and setTouchModeBelow() for menu sliding options.

Also realize, you no longer need to use ABS with slidingMenu if you use Android's new appcompat v7.

RedEagle07 commented 8 years ago

Oh okay, I will give it a shot and try to make it slide from right to left and see how it goes

hendrawd commented 8 years ago

@RedEagle07 you can just add app:mode="right" on the xml when you want it slide from right to left