Programatically execute another touch event when one touch event occures in android

后端 未结 2 384
臣服心动
臣服心动 2021-01-24 03:40

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

2条回答
  •  青春惊慌失措
    2021-01-24 04:25

    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).

提交回复
热议问题