aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/anim/picture_animation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/anim/picture_animation.xml b/res/anim/picture_animation.xml
index acf7b83..66b5b3f 100644
--- a/res/anim/picture_animation.xml
+++ b/res/anim/picture_animation.xml
@@ -18,7 +18,7 @@
android:interpolator="@android:anim/accelerate_decelerate_interpolator" >
<alpha
- android:duration="400"
+ android:duration="@integer/pictures_anim_out"
android:fromAlpha="0.0"
android:toAlpha="1.0" />
</set> \ No newline at end of file