Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created November 17, 2015 08:49
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 hitherejoe/fdf3df171048705bf451 to your computer and use it in GitHub Desktop.
Save hitherejoe/fdf3df171048705bf451 to your computer and use it in GitHub Desktop.
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/ic_add">
<target
android:name="@string/add"
android:animation="@animator/add_to_remove" />
<target
android:name="@string/groupAddRemove"
android:animation="@animator/rotate_add_to_remove" />
</animated-vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment