mf16
Results
1
comments of
mf16
For anyone that finds this in the future and doesn't understand right away, set a new onTouchListener then call onTouchEvent on the image: ``` mImageView.setOnTouchListener(new ImageViewTouch.OnTouchListener(){ public boolean onTouch(View v,...