I've created a custom dialog & a recyclerview, and when i click an item in the recycler view my custom dialog appears but it just appears in the same place. How can i control it place exactly down the clicked item?
Asked
Active
Viewed 35 times
0
-
Use a `PopUpWidow` instead . – ADM May 04 '21 at 05:31
-
@ADM can u explain more? is PopUpWindow is an overrided function or what? – Mark Lee May 04 '21 at 12:05
-
https://stackoverflow.com/questions/5944987/how-to-create-a-popup-window-popupwindow-in-android – ADM May 04 '21 at 12:15