diff options
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r-- | res/layout-port/launcher.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index b45800ef5..898e849ea 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -46,6 +46,10 @@ android:layout_gravity="bottom" android:layout_marginBottom="@dimen/button_bar_height" /> + <include + android:id="@+id/qsb_bar" + layout="@layout/qsb_bar" /> + <!-- The workspace contains 5 screens of cells --> <com.android.launcher2.Workspace android:id="@+id/workspace" @@ -67,10 +71,6 @@ <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/apps_customize_pane" android:id="@+id/apps_customize_pane" android:layout_width="match_parent" |