I have a map view with markers on it. I need do display a popup right above these markers, however, the MapView.LayoutParams only accepts pixels as the x-axis offset. Since the image will be different sizes on different screens, I’m wondering how I can get the height of the Drawable in pixels.
Thanks
Do you mean that you need to find the height and width of a particular drawable ?
If that is the case then you can use something like this