diff options
author | Patrick Dubroy <dubroy@google.com> | 2010-10-06 12:14:43 -0700 |
---|---|---|
committer | Patrick Dubroy <dubroy@google.com> | 2010-10-06 12:14:55 -0700 |
commit | 046e7eb472acac800128ab026f3bc6348b0f933f (patch) | |
tree | 876fe6743f7d2fede284569aa7820921bc44d496 /res/values-xlarge | |
parent | 0423dcf2863362407d9c1281b9b1d7e449082713 (diff) | |
download | packages_apps_trebuchet-046e7eb472acac800128ab026f3bc6348b0f933f.zip packages_apps_trebuchet-046e7eb472acac800128ab026f3bc6348b0f933f.tar.gz packages_apps_trebuchet-046e7eb472acac800128ab026f3bc6348b0f933f.tar.bz2 |
Fix 3065611: NPE in Launcher attempting to drag app to home screen
Diffstat (limited to 'res/values-xlarge')
-rw-r--r-- | res/values-xlarge/config.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml index c7c68e2..73e7146 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> |