Open RedEagle07 opened 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.
Oh okay, I will give it a shot and try to make it slide from right to left and see how it goes
@RedEagle07 you can just add app:mode="right" on the xml when you want it slide from right to left
Is there any way to make the menu slide from right to left? And also have the icon on right of the textview?