summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge/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-xlarge/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-xlarge/config.xml')
-rw-r--r--res/values-xlarge/config.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml
index c7c68e22f..73e714620 100644
--- a/res/values-xlarge/config.xml
+++ b/res/values-xlarge/config.xml
@@ -27,8 +27,6 @@
<integer name="config_toolbarButtonFadeInTime">350</integer>
<integer name="config_toolbarButtonFadeOutTime">350</integer>
- <integer name="config_crosshairsFadeInTime">600</integer>
-
<!-- When dragging items 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. -->
@@ -38,11 +36,4 @@
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>