aboutsummaryrefslogtreecommitdiff
path: root/res/anim
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>2011-11-24 14:51:23 +0300
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>2011-11-24 14:51:23 +0300
commit1fe01350a51152f0f596f3e2c6eaadb36f940b57 (patch)
treefb83ac51cf7fd11ec35e2d0fd518516c97f844e5 /res/anim
parente9c02c8eca9079c57af6a9c941b50ab11259e3cd (diff)
more interface stuff, allow marking headlines as checked
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