summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-10-06 12:14:43 -0700
committerPatrick Dubroy <dubroy@google.com>2010-10-06 12:14:55 -0700
commit046e7eb472acac800128ab026f3bc6348b0f933f (patch)
tree876fe6743f7d2fede284569aa7820921bc44d496 /res/values/config.xml
parent0423dcf2863362407d9c1281b9b1d7e449082713 (diff)
downloadandroid_packages_apps_Trebuchet-046e7eb472acac800128ab026f3bc6348b0f933f.tar.gz
android_packages_apps_Trebuchet-046e7eb472acac800128ab026f3bc6348b0f933f.tar.bz2
android_packages_apps_Trebuchet-046e7eb472acac800128ab026f3bc6348b0f933f.zip
Fix 3065611: NPE in Launcher attempting to drag app to home screen
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index db967ea28..b6d503712 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -5,6 +5,8 @@
<integer name="config_allAppsBatchSize">0</integer>
<bool name="config_hardwareAccelerated">false</bool>
+ <integer name="config_crosshairsFadeInTime">600</integer>
+
<!-- When dragging an item on the workspace, how much bigger (in pixels) the dragged view
should be, as compared to the original view. If 0, it will not be scaled at all.
Should be an even number, for pixel alignment. -->
@@ -15,4 +17,11 @@
Setting to 1/2 of config_dragViewExtraPixels keeps it centered on its old position. -->
<integer name="config_dragViewOffsetX">20</integer>
<integer name="config_dragViewOffsetY">20</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>