We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any way to make the menu slide from right to left? And also have the icon on right of the textview?
The text was updated successfully, but these errors were encountered:
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.
setTouchModeAbove()
setTouchModeBelow()
Also realize, you no longer need to use ABS with slidingMenu if you use Android's new appcompat v7.
Sorry, something went wrong.
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
No branches or pull requests
Is there any way to make the menu slide from right to left? And also have the icon on right of the textview?
The text was updated successfully, but these errors were encountered: