diff options
author | Adam Cohen <adamcohen@google.com> | 2014-10-16 09:49:24 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2014-10-22 17:40:39 -0700 |
commit | c2d6e897dbcb96b7b629e42002966368fbda2f95 (patch) | |
tree | 1a9d6e72ac5160709e64e45ffd6de094084f1bec /res/layout-port/launcher.xml | |
parent | 1aa3abea279d8b3ead93d704d424757bfe65c2bd (diff) | |
download | android_packages_apps_Trebuchet-c2d6e897dbcb96b7b629e42002966368fbda2f95.tar.gz android_packages_apps_Trebuchet-c2d6e897dbcb96b7b629e42002966368fbda2f95.tar.bz2 android_packages_apps_Trebuchet-c2d6e897dbcb96b7b629e42002966368fbda2f95.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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index 9e98d4257..f2d2dd811 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -83,4 +83,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> |