I am making ImageView Drag and drop with creating duplicate instance by touching original one.
I am having one horizontal-layout containg many small images. when I touch
If I understand the problem right, you need to return false in img2's onTouch method in order to return the touch to the dispatcher (img22).
img2
onTouch
img22