Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class V extends View implements ValueAnimator.AnimatorUpdateListener {
- public V(Context context) {
- super(context);
- paint = new Paint();
- bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.ic_lau
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement