Skip to content

Instantly share code, notes, and snippets.

@NotWoods
Created August 19, 2019 16:38
Show Gist options
  • Save NotWoods/45f3fe2d9c2acc2c4af49334f3733e8b to your computer and use it in GitHub Desktop.
Save NotWoods/45f3fe2d9c2acc2c4af49334f3733e8b to your computer and use it in GitHub Desktop.
<set xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator
android:propertyName="pathData"
android:duration="500"
android:valueFrom="M 20 1.6 L 21.4 3 L 21.9 2.5 C 20.9 3.5 19.5 2 20.5 1.1 L 20 1.6 Z"
android:valueTo="M 20 1.6 L 21.4 3 L 5.2 19.2 C 4.2 20.2 2.8 18.8 3.8 17.8 L 20 1.6 Z"
android:valueType="pathType" />
<objectAnimator
android:propertyName="fillColor"
android:duration="500"
android:valueFrom="#20123A"
android:valueTo="#CCCCCC"
android:valueType="colorType" />
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment