Skip to content

Instantly share code, notes, and snippets.

@avipars
Created October 25, 2018 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avipars/43e785e718db08d936155163271341c2 to your computer and use it in GitHub Desktop.
Save avipars/43e785e718db08d936155163271341c2 to your computer and use it in GitHub Desktop.
Animated Vector
Drawable clockMove = clock.getDrawable();
if (clockMove instanceof Animatable) {
((Animatable) clockMove).start();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment