SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

SlidingMenu from Right to left

Open RedEagle07 opened this issue 9 years ago • 3 comments

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

RedEagle07 avatar Jun 08 '16 09:06 RedEagle07

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.

theBlbDan avatar Jun 08 '16 17:06 theBlbDan

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

RedEagle07 avatar Jun 08 '16 18:06 RedEagle07

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

hendrawd avatar Jul 13 '16 07:07 hendrawd