Popupwindow: ShowAsDropDown as top-right instead of bottom-left?
android, popupwindow
Solution
yes it's possible. You can try this
mWindow.showAtLocation(mRootView, Gravity.TOP|Gravity.RIGHT, 0, distanceFromTop);
Problem
Is it possible to use `showAsDropDown` for `PopupWindows` and make them slide open in the top-right direction?