Skip to content

Instantly share code, notes, and snippets.

@shem8
Created February 25, 2016 18:59
Show Gist options
  • Save shem8/b6c4709617bb20394627 to your computer and use it in GitHub Desktop.
Save shem8/b6c4709617bb20394627 to your computer and use it in GitHub Desktop.
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/searchback_search">
<target
android:name="line"
android:animation="@animator/line_to_cancel" />
<target
android:name="circle1"
android:animation="@animator/circle1_to_cancel" />
<target
android:name="circle2"
android:animation="@animator/circle2_to_cancel" />
</animated-vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment