summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-04-26 16:45:45 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-04-26 16:45:45 -0700
commit36c8e9fb88b94cf6c6b70fc9846d7bd23691d600 (patch)
treea7543fc67e5590b119df826e5e58a492f524b5a7 /res
parent80e20d52831c0c89e02a04babd13d2ab1613ad39 (diff)
parent7f4eabe3709a72b416569136e4a095431c493c8b (diff)
downloadandroid_packages_apps_Trebuchet-36c8e9fb88b94cf6c6b70fc9846d7bd23691d600.tar.gz
android_packages_apps_Trebuchet-36c8e9fb88b94cf6c6b70fc9846d7bd23691d600.tar.bz2
android_packages_apps_Trebuchet-36c8e9fb88b94cf6c6b70fc9846d7bd23691d600.zip
Merge "Adding initial folder animation"
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 5d3fb7014..0aa1ee49e 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -55,6 +55,9 @@
<integer name="config_dropAnimMaxDuration">400</integer>
+ <!-- The duration of the UserFolder opening and closing animation -->
+ <integer name="config_folderAnimDuration">150</integer>
+
<!-- The distance at which the animation should take the max duration -->
<integer name="config_dropAnimMaxDist">800</integer>