summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-02-16 18:25:23 -0500
committerJoe Onorato <joeo@android.com>2010-02-16 18:25:23 -0500
commitf0dde0927be6bc64112cb8db09a6b17b5e71bf18 (patch)
treed8a4ba4ed3d0809a3f9529acea12ee5789a005af /res/layout-land
parent59d5245b0fb8014fc16d4791fb3a031cc29799aa (diff)
downloadandroid_packages_apps_Trebuchet-f0dde0927be6bc64112cb8db09a6b17b5e71bf18.tar.gz
android_packages_apps_Trebuchet-f0dde0927be6bc64112cb8db09a6b17b5e71bf18.tar.bz2
android_packages_apps_Trebuchet-f0dde0927be6bc64112cb8db09a6b17b5e71bf18.zip
Don't do the haptic feedback on workspace items when they're not being picked up.
related to bug 2309687
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/workspace_screen.xml1
1 files changed, 1 insertions, 0 deletions
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"