summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/launcher.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-03-11 01:36:55 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-11 01:36:55 +0000
commit03f03bee25648f78cbf0d4aee1f548e46f2bb3b8 (patch)
treef071f3cd665b06b868ef70fce74abdd69bdf8e1d /res/layout-sw720dp/launcher.xml
parente43083b9c6af02a29a834842c3fe681cb3f34104 (diff)
parentfc52a8fb0312393e0a729764fbe57c43839e4c0f (diff)
downloadandroid_packages_apps_Trebuchet-03f03bee25648f78cbf0d4aee1f548e46f2bb3b8.tar.gz
android_packages_apps_Trebuchet-03f03bee25648f78cbf0d4aee1f548e46f2bb3b8.tar.bz2
android_packages_apps_Trebuchet-03f03bee25648f78cbf0d4aee1f548e46f2bb3b8.zip
am fc52a8fb: Merge "Initial changes to break out AllApps into its own view." into ub-launcher3-burnaby
* commit 'fc52a8fb0312393e0a729764fbe57c43839e4c0f': Initial changes to break out AllApps into its own view.
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 960ccf330..a3d502cf4 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -71,6 +71,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="invisible" />
+
+ <include layout="@layout/apps_view"
+ android:id="@+id/apps_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="invisible" />
</com.android.launcher3.DragLayer>
<ViewStub