summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-07-04 23:53:22 -0700
committerAdam Cohen <adamcohen@google.com>2011-07-06 11:35:56 -0700
commitd044526d82e7938cf35b296978d9d5302f98b4af (patch)
tree19fda31d524798fa5a4007380965d484f44e9c9f /res/values/config.xml
parent95bb800de9b0142bea0110b074eddbcf0e475736 (diff)
downloadandroid_packages_apps_Trebuchet-d044526d82e7938cf35b296978d9d5302f98b4af.tar.gz
android_packages_apps_Trebuchet-d044526d82e7938cf35b296978d9d5302f98b4af.tar.bz2
android_packages_apps_Trebuchet-d044526d82e7938cf35b296978d9d5302f98b4af.zip
Adding transitions during folder creation
-> Seamless* transition from dropping item onto another to the creation of a folder containing those items -> Seamless* transitions when adding the third item to a folder -> Cleaned up the code in FolderIcon in order to achieve above Change-Id: Iaf2519ac480acfdc928cc2b7585f28bc7d50bd23
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 5b7376912..d4c5ca4ac 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -63,8 +63,7 @@
<!-- Parameters controlling the animation for when an item is dropped on the home screen,
and it animates from its old position to the new one. -->
-
- <integer name="config_dropAnimMaxDuration">400</integer>
+ <integer name="config_dropAnimMaxDuration">600</integer>
<!-- The duration of the UserFolder opening and closing animation -->
<integer name="config_folderAnimDuration">120</integer>