summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/launcher.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/launcher.xml')
-rw-r--r--res/layout-xlarge/launcher.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml
index c71d13190..6c6fecf82 100644
--- a/res/layout-xlarge/launcher.xml
+++ b/res/layout-xlarge/launcher.xml
@@ -53,11 +53,13 @@
android:id="@+id/all_apps_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_gravity="top" />
+ 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="@dimen/customization_drawer_height"
- android:layout_gravity="bottom" />
+ android:layout_gravity="bottom"
+ android:visibility="invisible" />
</com.android.launcher2.DragLayer>