summaryrefslogtreecommitdiff
path: root/samples/known-bugs/res/anim/issue331_refresh.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/known-bugs/res/anim/issue331_refresh.xml')
-rw-r--r--samples/known-bugs/res/anim/issue331_refresh.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/known-bugs/res/anim/issue331_refresh.xml b/samples/known-bugs/res/anim/issue331_refresh.xml
new file mode 100644
index 0000000..30de199
--- /dev/null
+++ b/samples/known-bugs/res/anim/issue331_refresh.xml
@@ -0,0 +1,7 @@
+<rotate xmlns:android="http://schemas.android.com/apk/res/android"
+ android:fromDegrees="0"
+ android:toDegrees="360"
+ android:pivotX="50%"
+ android:pivotY="50%"
+ android:duration="1000"
+ android:interpolator="@android:anim/linear_interpolator"/> \ No newline at end of file