summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-10-19 10:34:32 -0700
committerPatrick Dubroy <dubroy@google.com>2010-10-19 10:42:24 -0700
commitce34a9768b01115def95f000a6a8f35870f10d3a (patch)
tree4446105f0c4e7fab74214757ae0b169e541efb05 /res
parente17dd53d650493bdb4127177d4713bc5e9b76bb3 (diff)
downloadandroid_packages_apps_Trebuchet-ce34a9768b01115def95f000a6a8f35870f10d3a.tar.gz
android_packages_apps_Trebuchet-ce34a9768b01115def95f000a6a8f35870f10d3a.tar.bz2
android_packages_apps_Trebuchet-ce34a9768b01115def95f000a6a8f35870f10d3a.zip
Animate items into place when dropping on home screen
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 9dee154c0..9350ad115 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -24,4 +24,12 @@
<!-- The alpha value at which to show the most recent drop visualization outline. -->
<integer name="config_dragOutlineMaxAlpha">128</integer>
+
+ <!-- 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>
+
+ <!-- The distance at which the animation should take the max duration -->
+ <integer name="config_dropAnimMaxDist">800</integer>
</resources>