Created
August 19, 2019 16:35
-
-
Save NotWoods/a42f8561a159e07d2ea605f784a112d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" | |
android:propertyName="pathData" | |
android:duration="500" | |
android:valueFrom="M 0 0 L 0 24 L 24 24 L 24 0 L 0 0 Z M 21 2 L 23 4 L 23 4 L 21 2 L 21 2 Z" | |
android:valueTo="M 0 0 L 0 24 L 24 24 L 24 0 L 0 0 Z M 21 2 L 23 4 L 6 21 L 4 19 L 21 2 Z" | |
android:valueType="pathType" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment