android-satellite-menu
android-satellite-menu copied to clipboard
Move to a sensible Java package
android.view is for official Android code. AFAIK, your menu is not part of official Android. I would therefore suggest that you move your View to a package name that is yours, not somebody else's.
+1