aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-02-27 22:46:40 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-02-27 22:46:48 +0100
commit80c159056d8efc4dd82c36a2c168511d34d6e8b4 (patch)
treedd71a14b45b52639ef6f96eebc0b73899a0dcc03 /OpenKeychain/src/main/res/anim
parentfe31883f661d55c20903cf1b249dc46395b57c12 (diff)
downloadopen-keychain-80c159056d8efc4dd82c36a2c168511d34d6e8b4.tar.gz
open-keychain-80c159056d8efc4dd82c36a2c168511d34d6e8b4.tar.bz2
open-keychain-80c159056d8efc4dd82c36a2c168511d34d6e8b4.zip
show refresh key progress inline
Diffstat (limited to 'OpenKeychain/src/main/res/anim')
-rw-r--r--OpenKeychain/src/main/res/anim/rotate.xml8
-rw-r--r--OpenKeychain/src/main/res/anim/rotate_spin.xml8
2 files changed, 16 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
diff --git a/OpenKeychain/src/main/res/anim/rotate_spin.xml b/OpenKeychain/src/main/res/anim/rotate_spin.xml
new file mode 100644
index 000000000..e6ddec869
--- /dev/null
+++ b/OpenKeychain/src/main/res/anim/rotate_spin.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="400"
+ android:interpolator="@android:anim/accelerate_decelerate_interpolator" /> \ No newline at end of file