siyamed / android-satellite-menu

Android Satellite Menu
1.4k stars 644 forks source link

How to take menu on right side of screen #16

Open sachinsandbhor opened 10 years ago

sachinsandbhor commented 10 years ago

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.

shkschneider commented 10 years ago

Simply do something like:

wolf0931 commented 10 years ago

android.os.Build.VERSION.SDK_INT < 9 satelliteMenu.setRotation(270) error

chitgoks commented 10 years ago

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?

GovindRathod commented 10 years ago

@shkschneider thanks buddy... i was finding this a long... it is working charm,,,,

leonardoliv commented 9 years ago

i did what @shkschneider told, but the icons stay in wrong orientation.

screenshot 2014-12-21 18 30 25

any solution for that?

Thanks in advance

MushahidK commented 9 years ago

https://github.com/MushahidK/android-satellite-menu-with-left-right-options try this