summaryrefslogtreecommitdiffstats
path: root/res/layout/apps_customize_pane.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-09 14:14:23 -0700
committerWinson Chung <winsonc@google.com>2011-08-22 21:26:06 -0700
commit82f5553a137f0a25f7333a6fc9507c847b7a42ed (patch)
tree1b1f7967459115979fe4fb1b4f63f598e2823f5b /res/layout/apps_customize_pane.xml
parent30a22f32b07f7a864112d92ac959db0e84e0c374 (diff)
downloadandroid_packages_apps_Trebuchet-82f5553a137f0a25f7333a6fc9507c847b7a42ed.tar.gz
android_packages_apps_Trebuchet-82f5553a137f0a25f7333a6fc9507c847b7a42ed.tar.bz2
android_packages_apps_Trebuchet-82f5553a137f0a25f7333a6fc9507c847b7a42ed.zip
Cling ALL the things! (Workspace and AllApps)
Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
Diffstat (limited to 'res/layout/apps_customize_pane.xml')
-rw-r--r--res/layout/apps_customize_pane.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index 95b7dc2ef..75b0e7ba8 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -75,6 +75,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />
- </FrameLayout>
- </LinearLayout>
+ </FrameLayout>
+ </LinearLayout>
+
+ <include layout="@layout/all_apps_cling"
+ android:id="@+id/all_apps_cling"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
</com.android.launcher2.AppsCustomizeTabHost>