summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-08-23 12:18:16 -0700
committerAdam Cohen <adamcohen@google.com>2012-08-23 12:23:26 -0700
commite29c55ac322f3386327fa5b61e79b00ba3e5d428 (patch)
tree1791ac6dce7fcd2f02a9f5aed4e930632fc699b2 /res/layout-sw720dp
parentfa63e43890505fed44a0d99c0bed9b68c47d6eaa (diff)
downloadandroid_packages_apps_Trebuchet-e29c55ac322f3386327fa5b61e79b00ba3e5d428.tar.gz
android_packages_apps_Trebuchet-e29c55ac322f3386327fa5b61e79b00ba3e5d428.tar.bz2
android_packages_apps_Trebuchet-e29c55ac322f3386327fa5b61e79b00ba3e5d428.zip
Temporary fix for qsb and hotseat clicking issues
Change-Id: I3fca1e3dada12c8655887c3d7a2200b6fcfac19c
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r--res/layout-sw720dp/launcher.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index a9c3c8dc6..9ddb1355c 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -63,16 +63,16 @@
<include android:id="@+id/cell5" layout="@layout/workspace_screen" />
</com.android.launcher2.Workspace>
- <include
- android:id="@+id/qsb_bar"
- layout="@layout/qsb_bar" />
-
<include layout="@layout/hotseat"
android:id="@+id/hotseat"
android:layout_width="match_parent"
android:layout_height="@dimen/button_bar_height_plus_padding"
android:layout_gravity="bottom" />
+ <include
+ android:id="@+id/qsb_bar"
+ layout="@layout/qsb_bar" />
+
<com.android.launcher2.DrawableStateProxyView
android:id="@+id/voice_button_proxy"
android:layout_width="80dp"