summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-10-23 00:41:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-23 00:41:58 +0000
commit24e18aea81ad0c411ce5adb13773595005f8565f (patch)
tree5b66c9ec5ca7f35290139f7223913afa8a117b1c /res/layout-land/launcher.xml
parentd6a99860f81211cb1afa4d6933d333907d6f1b79 (diff)
parentc2d6e897dbcb96b7b629e42002966368fbda2f95 (diff)
downloadandroid_packages_apps_Trebuchet-24e18aea81ad0c411ce5adb13773595005f8565f.tar.gz
android_packages_apps_Trebuchet-24e18aea81ad0c411ce5adb13773595005f8565f.tar.bz2
android_packages_apps_Trebuchet-24e18aea81ad0c411ce5adb13773595005f8565f.zip
Merge "First pass of the Launcher Overlay interface / impl" into ub-now-queens
Diffstat (limited to 'res/layout-land/launcher.xml')
-rw-r--r--res/layout-land/launcher.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 8cd867366..fa5fe7334 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -63,4 +63,11 @@
android:layout_height="match_parent"
android:visibility="invisible" />
</com.android.launcher3.DragLayer>
+
+ <ViewStub
+ android:id="@+id/launcher_overlay_stub"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:inflatedId="@+id/launcher_overlay"
+ android:layout="@layout/launcher_overlay" />
</FrameLayout>