summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-09-29 17:14:26 -0700
committerPatrick Dubroy <dubroy@google.com>2010-09-30 17:24:29 -0700
commit150fbab7de7df45ce0e2d08fb0f0be87ff091c2f (patch)
treeb287276fe1b4fc73a2c3327a8836dd622a8b45b5 /res/values-xlarge/config.xml
parentf34bab59fc0260f926aec44d044883dce1b4191f (diff)
downloadandroid_packages_apps_Trebuchet-150fbab7de7df45ce0e2d08fb0f0be87ff091c2f.tar.gz
android_packages_apps_Trebuchet-150fbab7de7df45ce0e2d08fb0f0be87ff091c2f.tar.bz2
android_packages_apps_Trebuchet-150fbab7de7df45ce0e2d08fb0f0be87ff091c2f.zip
3029324 wip: Drop target crossfades as it moves from position to position
Diffstat (limited to 'res/values-xlarge/config.xml')
-rw-r--r--res/values-xlarge/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml
index f6f66461b..c7c68e22f 100644
--- a/res/values-xlarge/config.xml
+++ b/res/values-xlarge/config.xml
@@ -38,4 +38,11 @@
the drag view should be offset from the position of the original view. -->
<integer name="config_dragViewOffsetX">0</integer>
<integer name="config_dragViewOffsetY">12</integer>
+
+ <!-- The duration (in ms) of the fade animation on the object outlines, used when
+ we are dragging objects around on the home screen. -->
+ <integer name="config_dragOutlineFadeTime">900</integer>
+
+ <!-- The alpha value at which to show the most recent drop visualization outline. -->
+ <integer name="config_dragOutlineMaxAlpha">180</integer>
</resources>