summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/launcher.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw720dp/launcher.xml')
-rw-r--r--res/layout-sw720dp/launcher.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index 62615411f..772110527 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -81,5 +81,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="invisible" />
+
+ <include layout="@layout/app_drawer_container"
+ android:id="@+id/app_drawer_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
</com.android.launcher3.DragLayer>
</FrameLayout>