So, I need to get coordinates of my touch on ImageView.
I have already successfully tried to get coordinates in OnTouchListener event. But it is not what i really need.
The problem is that the resolution of the screen is much lower than the resolution of the picture in ImageView.
How to get actual coordinates (maybe certain pixels) of the image?