summaryrefslogtreecommitdiff
path: root/res/anim
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-24 13:01:51 +0300
committerAndrew Dolgov <[email protected]>2011-11-24 13:01:51 +0300
commite9c02c8eca9079c57af6a9c941b50ab11259e3cd (patch)
treed0327dabdb83dbcaf5b3f2c394734c0f1dc78aed /res/anim
parentd7dfd661ce86a6db4eac472a365ce0437c24ea0a (diff)
draw separate views for active/unread/normal headlines and feeds
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/slide_in_left.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/res/anim/slide_in_left.xml b/res/anim/slide_in_left.xml
index 10a16677..11991019 100644
--- a/res/anim/slide_in_left.xml
+++ b/res/anim/slide_in_left.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="width"
- android:duration="500"
- android:valueFrom="400"
- android:valueTo="0"
- android:valueType="intType"/>
-</set>
-
+ <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:propertyName="x"
+ android:valueType="floatType"
+ android:valueFrom="-1280"
+ android:valueTo="0"
+ android:duration="500"/>
+</set> \ No newline at end of file