-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
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
How to take menu on right side of screen #16
Comments
Simply do something like:
|
android.os.Build.VERSION.SDK_INT < 9 satelliteMenu.setRotation(270) error |
hi shkschneider, im looking at your satellite menu making it as a context menu using popupwindow rather than placing this inside a layout what possible changes need to be modified? |
@shkschneider thanks buddy... i was finding this a long... it is working charm,,,, |
i did what @shkschneider told, but the icons stay in wrong orientation. any solution for that? Thanks in advance |
i want to shift menu on right side but when i put it on right side menu open as regular.
how to invert the view, i want to create opposite side view.
The text was updated successfully, but these errors were encountered: