Reputation: 9564
I have to show a popup like this above a button
How I can show it? I have been looking into it but still unable to find any way to implement it
Upvotes: 0
Views: 180
Reputation: 46
popupWindow.showAtLocation(button, Gravity.CENTER, 0, 0);
You can refer the answer here
Upvotes: 1