summaryrefslogtreecommitdiffstats
path: root/res/anim/enter_from_right.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/enter_from_right.xml')
-rw-r--r--res/anim/enter_from_right.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/anim/enter_from_right.xml b/res/anim/enter_from_right.xml
new file mode 100644
index 000000000..02a56c7ae
--- /dev/null
+++ b/res/anim/enter_from_right.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set
+ xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <objectAnimator
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:duration="300"
+ android:propertyName="x"
+ android:valueFrom="1000"
+ android:valueTo="0"
+ android:valueType="floatType" />
+</set>