You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried as well with following code
img.setOnTouchListener(new View.OnTouchListener() { @OverRide
public boolean onTouch(View v, MotionEvent event) {
// Toast.makeText("Touch coordinates : " +
// String.valueOf(event.getX()) + "x" + String.valueOf(event.getY()));
How can I find touched position relative to main bitmap?
The text was updated successfully, but these errors were encountered: