summaryrefslogtreecommitdiff
path: root/res/anim/slide_out_right.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/slide_out_right.xml')
-rw-r--r--res/anim/slide_out_right.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/res/anim/slide_out_right.xml b/res/anim/slide_out_right.xml
index cc43178e..d7854d63 100644
--- a/res/anim/slide_out_right.xml
+++ b/res/anim/slide_out_right.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-
<set>
- <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:propertyName="x"
- android:duration="500"
- android:valueFrom="0"
- android:valueTo="-400"
- android:valueType="intType"/>
-</set>
-
+ <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:propertyName="x"
+ android:valueType="floatType"
+ android:valueFrom="0"
+ android:valueTo="1280"
+ android:duration="500"/>
+</set> \ No newline at end of file