Skip to content

Instantly share code, notes, and snippets.

@akaita
Last active March 26, 2018 14:48
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 akaita/0a4b822fea5d983530c9826ae53a499b to your computer and use it in GitHub Desktop.
Save akaita/0a4b822fea5d983530c9826ae53a499b to your computer and use it in GitHub Desktop.
Using an AnimatedVectorDrawable (kotlin)
fun onClickIcon() {
(someImageView.drawable as AnimatedVectorDrawable).start()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment