implement GestureDetector for an ImageView

后端 未结 2 1973
一个人的身影
一个人的身影 2021-01-06 14:37

Good moorning :

I have an ImageView in my Activity and I setted the OntOuchListner() to my ImageView, which means that I implemented that interface for my I

2条回答
  •  情深已故
    2021-01-06 14:47

    Yes you can do it. Have a class extends ImageView and implements OnGestureListener.

提交回复
热议问题