android-satellite-menu
android-satellite-menu copied to clipboard
How to take menu on right side of screen
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.
Simply do something like:
- layout: android:layout_gravity="bottom|right"
- code: satelliteMenu.setRotation(270);
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
https://github.com/MushahidK/android-satellite-menu-with-left-right-options try this