Created
April 30, 2020 07:34
-
-
Save alistairsykes/fe0402f103b994fc5192789267d5f21a 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
<?xml version="1.0" encoding="utf-8"?> | |
<set xmlns:android="http://schemas.android.com/apk/res/android"> | |
<objectAnimator | |
android:duration="600" | |
android:interpolator="@android:anim/linear_interpolator" | |
android:propertyName="rotation" | |
android:repeatCount="infinite" | |
android:repeatMode="reverse" | |
android:valueFrom="180" | |
android:valueTo="220" | |
android:valueType="floatType" /> | |
</set> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment