From 70864289fba6daf07b8de98524cdfb765a62552d Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Tue, 7 Apr 2009 21:08:40 -0700 Subject: Make Launcher more forgiving when dragging desktop items. This change adds nearby-area searching when dragging desktop items into already-occupied cells. This approach tries harder to find a matching area, instead of strictly rejecting invalid moves. We also draw a "snag" during the drag to show where an item would be dropped, but only if we would drop into an alternative cell. This gives users better feedback about where things will drop. http://b/issue?id=1634887 --- res/values/colors.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/values') diff --git a/res/values/colors.xml b/res/values/colors.xml index 557494405..f9cb0c531 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -24,4 +24,5 @@ #A5FF0000 #fccc + #f444 -- cgit v1.2.3