aboutsummaryrefslogtreecommitdiff
path: root/res/anim/slide_in_left.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>2011-11-23 15:51:15 +0300
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>2011-11-23 15:51:15 +0300
commitacd27869614a60610a93f59dbf6869059ee5dc81 (patch)
tree7726d8814e0dced0ccf9efcbc3dfba4c8b1bad23 /res/anim/slide_in_left.xml
parentfd99cbdd0c087299d5d3aac691d71f782f23d1ba (diff)
implement displaying articlefragment
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>