summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-01-08 14:04:34 -0800
committerWinson Chung <winsonc@google.com>2014-01-10 22:28:16 +0000
commita694524047fda0a51dede4eefb1201a598d2d3a7 (patch)
treed80c9f4eb0fa253e2dfc297a3a82069cf571dc89 /res/layout-port/launcher.xml
parentb54a5989a21bef4e6bac304591ca4030bfbe709d (diff)
downloadandroid_packages_apps_Trebuchet-a694524047fda0a51dede4eefb1201a598d2d3a7.tar.gz
android_packages_apps_Trebuchet-a694524047fda0a51dede4eefb1201a598d2d3a7.tar.bz2
android_packages_apps_Trebuchet-a694524047fda0a51dede4eefb1201a598d2d3a7.zip
Adding migration Clings. (Bug 11973614)
- Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r--res/layout-port/launcher.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 2b3cf81a4..74005348c 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -73,6 +73,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />
+ <include layout="@layout/migration_cling"
+ android:id="@+id/migration_cling"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
+ <include layout="@layout/migration_workspace_cling"
+ android:id="@+id/migration_workspace_cling"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
<include layout="@layout/workspace_cling"
android:id="@+id/workspace_cling"
android:layout_width="match_parent"