I have 2 ImageViews which have AnimationDrawable backgrounds to animate a box opening and closing when you click on it. The 2 images are slightly overlapping (the transparent area) so they can be closer together.
The problem this is causing is that I am unable to click on regions of the 1st image where the 2nd image (transparent area) is overlapping.
Is there a way to set a clickable region of an ImageView?