This commit is contained in:
2014-08-26 19:26:58 -07:00
commit 2c38a57e48
59 changed files with 516 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/linear_interpolator">
<rotate
android:duration="2000"
android:fromDegrees="0"
android:pivotX="49.566%"
android:pivotY="66.65%"
android:repeatCount="infinite"
android:toDegrees="360"/>
</set>