summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-04-21 16:19:16 -0700
committerAdam Cohen <adamcohen@google.com>2011-04-21 17:14:26 -0700
commit7f4eabe3709a72b416569136e4a095431c493c8b (patch)
treecf39d81a9a28c85ee3118727c3f679db9c8d00b1 /res
parentf579b5041afe8272c79f9f13001120d37eeeee7b (diff)
downloadandroid_packages_apps_Trebuchet-7f4eabe3709a72b416569136e4a095431c493c8b.tar.gz
android_packages_apps_Trebuchet-7f4eabe3709a72b416569136e4a095431c493c8b.tar.bz2
android_packages_apps_Trebuchet-7f4eabe3709a72b416569136e4a095431c493c8b.zip
Adding initial folder animation
-Changed CellLayout/CellLayoutChildren to use padding in the more standard way Change-Id: I728f1b699232422be76eb29b4cf710cd5723a0aa
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 ec01fa840..ba9034fb1 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -24,6 +24,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>