summaryrefslogtreecommitdiff
path: root/res/anim
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/slide_in_left.xml2
-rw-r--r--res/anim/slide_out_right.xml16
2 files changed, 8 insertions, 10 deletions
diff --git a/res/anim/slide_in_left.xml b/res/anim/slide_in_left.xml
index 11991019..b51d378c 100644
--- a/res/anim/slide_in_left.xml
+++ b/res/anim/slide_in_left.xml
@@ -3,7 +3,7 @@
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:propertyName="x"
android:valueType="floatType"
- android:valueFrom="-1280"
+ android:valueFrom="1280"
android:valueTo="0"
android:duration="500"/>
</set> \ No newline at end of file
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