From f0dde0927be6bc64112cb8db09a6b17b5e71bf18 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Tue, 16 Feb 2010 18:25:23 -0500 Subject: Don't do the haptic feedback on workspace items when they're not being picked up. related to bug 2309687 --- res/layout-land/workspace_screen.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout-land') diff --git a/res/layout-land/workspace_screen.xml b/res/layout-land/workspace_screen.xml index 2483f5159..a58ea0753 100644 --- a/res/layout-land/workspace_screen.xml +++ b/res/layout-land/workspace_screen.xml @@ -20,6 +20,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" + android:hapticFeedbackEnabled="false" launcher:cellWidth="@dimen/workspace_cell_width" launcher:cellHeight="@dimen/workspace_cell_height" -- cgit v1.2.3