diff options
author | Adam Cohen <adamcohen@google.com> | 2011-11-09 17:20:41 -0800 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-11-11 11:38:53 -0800 |
commit | ebea84d1c95f4c38ba8cee46cd586fd757b4fce2 (patch) | |
tree | 6278e0e16611db2a59bfd5a481636e0efee9bb0f /res/layout-land | |
parent | 31234d811dc69c159757a6890852eb0f53d559a9 (diff) | |
download | packages_apps_trebuchet-ebea84d1c95f4c38ba8cee46cd586fd757b4fce2.zip packages_apps_trebuchet-ebea84d1c95f4c38ba8cee46cd586fd757b4fce2.tar.gz packages_apps_trebuchet-ebea84d1c95f4c38ba8cee46cd586fd757b4fce2.tar.bz2 |
Unifying overscroll btw phone and tablet
-> Using separate assets for removing and uninstalling
Change-Id: I183967c3ca482531ae28f71cd9053b673c6a8d03
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/launcher.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 084b163..a74eb14 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -66,6 +66,11 @@ <include android:id="@+id/cell5" layout="@layout/workspace_screen" /> </com.android.launcher2.Workspace> + <include layout="@layout/hotseat" + android:id="@+id/hotseat" + android:layout_width="@dimen/button_bar_height_plus_padding" + android:layout_height="match_parent" + android:layout_gravity="right" /> <include android:id="@+id/qsb_bar" layout="@layout/qsb_bar" /> @@ -76,12 +81,6 @@ android:layout_height="match_parent" android:visibility="invisible" /> - <include layout="@layout/hotseat" - android:id="@+id/hotseat" - android:layout_width="@dimen/button_bar_height_plus_padding" - android:layout_height="match_parent" - android:layout_gravity="right" /> - <include layout="@layout/workspace_cling" android:id="@+id/workspace_cling" android:layout_width="match_parent" |