I have two images (ImageViews), one in the background that displays a world map with the different countries of the world. The second image is an invisible mask with different colors for each country to distinguish which country the user clicked because every country has a different non-rectangular shape.
I want to make the world map zoomable using pinch zoom. There are libraries like PhotoView but only supporting one ImageView to be scaled when the user zooms in.
I need both images to be scaled (at the same time) when the user zooms, how can I do this?