summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
authorDanesh Mondegarian <daneshm90@gmail.com>2014-02-02 02:11:28 -0800
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2014-02-05 02:16:38 +0000
commit20109c489eed6e97803ed5e5745c8c377b0446cb (patch)
tree519756c82c1260c1d7eb2b9b7f11880478ae3fd2 /res/layout-port/launcher.xml
parentdc6e2bafb333b4c0d6311d9c225374f403d105c5 (diff)
downloadandroid_packages_apps_Trebuchet-20109c489eed6e97803ed5e5745c8c377b0446cb.tar.gz
android_packages_apps_Trebuchet-20109c489eed6e97803ed5e5745c8c377b0446cb.tar.bz2
android_packages_apps_Trebuchet-20109c489eed6e97803ed5e5745c8c377b0446cb.zip
Trebuchet : Show cling for allapps overview
This patchset adds a cling for the all apps indicator overview mode as by default it is not very discoverable. PS4: Strings + fixes Change-Id: If7e91a0e123c0fbc4d4f4ed6ef35c1ff7b1abfb1
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r--res/layout-port/launcher.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 11f74ba1d..98cd0f3b6 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -99,6 +99,12 @@
android:layout_height="match_parent"
android:visibility="invisible" />
+ <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" />
+
<include layout="@layout/overview_panel"
android:id="@+id/overview_panel"
android:visibility="gone" />