summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/launcher.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-08-22 13:51:01 -0700
committerAdam Cohen <adamcohen@google.com>2012-08-22 13:52:14 -0700
commitfa63e43890505fed44a0d99c0bed9b68c47d6eaa (patch)
tree983e8f485593a733db4a5c0875c2a5b37c4bfc38 /res/layout-sw720dp/launcher.xml
parent25736aa94cc23a2313c336b663da728bbdae32b2 (diff)
downloadandroid_packages_apps_Trebuchet-fa63e43890505fed44a0d99c0bed9b68c47d6eaa.tar.gz
android_packages_apps_Trebuchet-fa63e43890505fed44a0d99c0bed9b68c47d6eaa.tar.bz2
android_packages_apps_Trebuchet-fa63e43890505fed44a0d99c0bed9b68c47d6eaa.zip
Fixing inability to click hotseat on 720dp devices
Change-Id: I4d5e81dcb3f85fa83a3b6aac1ed7bd0dba76a0c8
Diffstat (limited to 'res/layout-sw720dp/launcher.xml')
-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 9ddb1355c..a9c3c8dc6 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"