Android: Double tap listener on relative layout

905 Views Asked by At

On my activity there is a FrameLayout and a RelativeLayout, both are holding 5 imageViews. I have implemented GestureDetector on FrameLayout to detect double tap, now I want to detect double tap on RelativeLayout and also want to get the id of the child imageView on which the doubleTap has been done.

0

There are 0 best solutions below