Hi guys I need to initiate PopupMenu from a button that is inside another popupWindow, the problem is that when i\'m placing this button inside activity\'s root view it work
You can't anchor a PopupMenu to a view in a PopupWindow. You will need to anchor it to a View in a top-level window.