Replacing AllApps/Customize in tablet UI with Apps/Customize.
Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
diff --git a/res/layout-large/launcher.xml b/res/layout-large/launcher.xml
index 2d14137..cb84b5a 100644
--- a/res/layout-large/launcher.xml
+++ b/res/layout-large/launcher.xml
@@ -28,23 +28,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
- <include layout="@layout/button_bar"
- android:id="@+id/all_apps_button_cluster"
- android:layout_width="fill_parent"
- android:layout_height="?android:attr/actionBarSize"
+ <include layout="@layout/qsb_bar"
+ android:id="@+id/qsb_bar"
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/qsb_bar_height"
android:layout_gravity="top" />
- <include layout="@layout/all_apps_tabbed"
- android:id="@+id/all_apps_view"
+ <include layout="@layout/apps_customize_pane"
+ android:id="@+id/apps_customize_pane"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_gravity="top"
- android:visibility="invisible" />
-
- <include layout="@layout/customization_drawer"
- android:id="@+id/customization_drawer"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom"
android:visibility="invisible" />
</com.android.launcher2.DragLayer>