summaryrefslogtreecommitdiffstats
path: root/res/anim/exit_out_left.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/exit_out_left.xml')
-rw-r--r--res/anim/exit_out_left.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/anim/exit_out_left.xml b/res/anim/exit_out_left.xml
new file mode 100644
index 000000000..eae925a2a
--- /dev/null
+++ b/res/anim/exit_out_left.xml
@@ -0,0 +1,13 @@
+<?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="0"
+ android:valueTo="-1000"
+ android:valueType="floatType" />
+</set>
+