aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim/rotate.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/anim/rotate.xml')
-rw-r--r--OpenKeychain/src/main/res/anim/rotate.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/anim/rotate.xml b/OpenKeychain/src/main/res/anim/rotate.xml
new file mode 100644
index 000000000..3856fa081
--- /dev/null
+++ b/OpenKeychain/src/main/res/anim/rotate.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rotate xmlns:android="http://schemas.android.com/apk/res/android"
+ android:fromDegrees="0"
+ android:toDegrees="360"
+ android:pivotX="50%"
+ android:pivotY="50%"
+ android:duration="800"
+ android:interpolator="@android:anim/linear_interpolator" /> \ No newline at end of file