Skip to content

Instantly share code, notes, and snippets.

View deven4's full-sized avatar

deven4

  • Birmingham, United Kingdom
View GitHub Profile
@gram7gram
gram7gram / ArrowTouchListener.java
Created June 28, 2017 13:37
Android ImageView rotate around pivot point
package gram.ua.robinzon.listener.interaction.protractor;
import android.view.MotionEvent;
import android.view.View;
import android.view.animation.RotateAnimation;
import android.widget.ImageView;
import android.widget.TextView;
/**
* @author Gram <gram7gram@gmail.com>