Reputation: 3
I want that if a button is clicked so a square will pop up in the bottom of the screen with title,message and buttons in the square(not a dialog).
how can I do this?
Upvotes: 0
Views: 51
Reputation: 54672
You are probably looking for PopupWindow. See an example here
Upvotes: 1