I have activity with MapView. I have overlays on this map, and I would like to position the hover dialog above the element if it is listening.
I already have my own custom dialog box in which I was compiled with my own layout and customizable background. My only problem is how to tell Android where (in terms of x, y) to place the dialog.
This is even more difficult, since knowing what the dialogue x, y is. First I need to know the width and height of the dialog after the measurement (since I need to calculate the position relative to my overlay).
codeScriber
source share