I am using android native Magnifier to magnify an imageView. Over this imageView; there is a relativeLayout to show other items on the image. These views have same width and height and has same starting and end points.
When I try to magnify this imageview, magnifier magnify the all the views. I want the magnifier to make only this imageView not over view.
Is that possible?