MovingButton
MovingButton copied to clipboard
ACTION_CANCEL
Hi, check MovingButton line 155 there's a mistake i think
case MotionEvent.**ACTION_CANCEL**: moveView(this, ButtonPosition.ORIGIN); positionChanged(**MotionEvent.ACTION_UP**, ButtonPosition.ORIGIN); break;