From 84e4170aff12e0e6dbaec1b0ae5a98372a0d091c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 21 Feb 2012 14:15:27 +0100 Subject: Use a fixed duration of 400ms for scroll animation. Make fade in/out animations 200ms long, the same as the default animation duration for iOS UI animations. --- android/res/anim/fade_in.xml | 2 +- android/res/anim/fade_out.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'android/res') diff --git a/android/res/anim/fade_in.xml b/android/res/anim/fade_in.xml index 65bf6edd..b2af62ca 100644 --- a/android/res/anim/fade_in.xml +++ b/android/res/anim/fade_in.xml @@ -2,4 +2,4 @@ + android:duration="200" /> diff --git a/android/res/anim/fade_out.xml b/android/res/anim/fade_out.xml index efde8c13..7d742df3 100644 --- a/android/res/anim/fade_out.xml +++ b/android/res/anim/fade_out.xml @@ -2,4 +2,4 @@ + android:duration="200" /> -- cgit v1.2.3