ammarhameed

Results 1 comments of ammarhameed

Go to ScaleGestureDetector and add view.bringToFront to the ACTION_DOWN like below, if (action == MotionEvent.ACTION_DOWN) { reset(); // Start fresh view.bringToFront();//Add this line view.getParent().requestLayout(); }