summaryrefslogtreecommitdiff
path: root/res/anim/slide_in_left.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/slide_in_left.xml')
-rw-r--r--res/anim/slide_in_left.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/anim/slide_in_left.xml b/res/anim/slide_in_left.xml
index 1018058f..10a16677 100644
--- a/res/anim/slide_in_left.xml
+++ b/res/anim/slide_in_left.xml
@@ -2,9 +2,9 @@
<set>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:propertyName="x"
+ android:propertyName="width"
android:duration="500"
- android:valueFrom="-400"
+ android:valueFrom="400"
android:valueTo="0"
android:valueType="intType"/>
</set>