I have two galleries with different size on relative layout above each other. The gallery behind is smaller than gallery above so I want gallery behind react from touch events if common part of two galleries is touched otherwise the gallery above should react. Currently only gallery above is reacting. Do you have any idea how to realize this ?
I have two galleries with different size on relative layout above each other. The
Share
I didn’t try it, but this may help you:
Override
onTouchEventin yourgallary1, then copy theMotionEventand pass it to the other Gallary lets name it asgallary1Full Code (its working):