summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-01-15 14:31:59 -0800
committerWinson Chung <winsonc@google.com>2014-01-16 14:26:07 -0800
commit205cd7727f3bd8b65892c580e6f243464878fe6e (patch)
tree603e323173787cae0bf5c4d882b73265c00bd904 /res/layout-land/launcher.xml
parent230cbf831cbbe8aaa6eaff976f755a8adf5e1708 (diff)
downloadandroid_packages_apps_Trebuchet-205cd7727f3bd8b65892c580e6f243464878fe6e.tar.gz
android_packages_apps_Trebuchet-205cd7727f3bd8b65892c580e6f243464878fe6e.tar.bz2
android_packages_apps_Trebuchet-205cd7727f3bd8b65892c580e6f243464878fe6e.zip
Updating Tablet clings. (Bug 11973614)
Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
Diffstat (limited to 'res/layout-land/launcher.xml')
-rw-r--r--res/layout-land/launcher.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 2880c18bf..779160925 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -65,12 +65,21 @@
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"
android:layout_height="match_parent"
android:visibility="gone" />
-
<include layout="@layout/folder_cling"
android:id="@+id/folder_cling"
android:layout_width="match_parent"