MovingButton icon indicating copy to clipboard operation
MovingButton copied to clipboard

Android button which moves in eight direction.

Results 3 MovingButton issues
Sort by recently updated
recently updated
newest added

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;`

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.