From 20109c489eed6e97803ed5e5745c8c377b0446cb Mon Sep 17 00:00:00 2001 From: Danesh Mondegarian Date: Sun, 2 Feb 2014 02:11:28 -0800 Subject: 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 --- res/layout-land/all_apps_cling.xml | 42 ++++++++++++++++-------- res/layout-port/all_apps_cling.xml | 51 ++++++++++++++++++++---------- res/layout-port/launcher.xml | 6 ++++ res/layout-sw600dp-port/all_apps_cling.xml | 50 ----------------------------- res/layout-sw720dp/all_apps_cling.xml | 46 --------------------------- res/values/cm_strings.xml | 5 +++ src/com/android/launcher3/Cling.java | 41 ++++++++++++++++++------ src/com/android/launcher3/Launcher.java | 31 ++++++++++++++++++ 8 files changed, 137 insertions(+), 135 deletions(-) delete mode 100644 res/layout-sw600dp-port/all_apps_cling.xml delete mode 100644 res/layout-sw720dp/all_apps_cling.xml diff --git a/res/layout-land/all_apps_cling.xml b/res/layout-land/all_apps_cling.xml index 820f00a6d..19a93a5f3 100644 --- a/res/layout-land/all_apps_cling.xml +++ b/res/layout-land/all_apps_cling.xml @@ -16,33 +16,49 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + launcher:drawIdentifier="all_apps"> + android:layout_marginStart="25dp" + android:layout_marginEnd="25dp" + android:layout_marginTop="310dp"> - - + android:orientation="vertical" + android:background="@drawable/cling"> + + +