summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-10-16 09:49:24 -0700
committerDanesh M <daneshm90@gmail.com>2015-09-27 18:54:39 -0700
commit3eb06355e212fc442fc58f096276cd8b9ef2caa3 (patch)
treebfe407f0c37c2375533763d2b3e98f3dff3f0c6a /res/layout-port/launcher.xml
parente44e7153ffb24f612de69506979b61d4b48e2faf (diff)
downloadandroid_packages_apps_Trebuchet-3eb06355e212fc442fc58f096276cd8b9ef2caa3.tar.gz
android_packages_apps_Trebuchet-3eb06355e212fc442fc58f096276cd8b9ef2caa3.tar.bz2
android_packages_apps_Trebuchet-3eb06355e212fc442fc58f096276cd8b9ef2caa3.zip
First pass of the Launcher Overlay interface / impl
-> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r--res/layout-port/launcher.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 09da8fcd7..a0570720d 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -105,4 +105,11 @@
android:layout_height="match_parent"
android:visibility="gone" />
</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>