diff options
author | Joe Onorato <joeo@android.com> | 2010-02-16 18:25:23 -0500 |
---|---|---|
committer | Joe Onorato <joeo@android.com> | 2010-02-16 18:25:23 -0500 |
commit | f0dde0927be6bc64112cb8db09a6b17b5e71bf18 (patch) | |
tree | d8a4ba4ed3d0809a3f9529acea12ee5789a005af /res/layout-land | |
parent | 59d5245b0fb8014fc16d4791fb3a031cc29799aa (diff) | |
download | packages_apps_Trebuchet-f0dde0927be6bc64112cb8db09a6b17b5e71bf18.tar.gz packages_apps_Trebuchet-f0dde0927be6bc64112cb8db09a6b17b5e71bf18.tar.bz2 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.xml | 1 |
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" |