From 087502d2d3ff3a638e59d9873930a7e0c553ff66 Mon Sep 17 00:00:00 2001 From: Raj Yengisetty Date: Wed, 11 Jun 2014 11:48:36 -0700 Subject: Trebuchet : Default workspace improvements This reverts commit b54b34edd5c87e6d0702793b423b14dc24fb1076 Fix bug for mdpi devices crash loop. Revert requires overlays to know if GSF installed, adding a run time check to load default workspaces. Add in additional overlays per density for new LauncherModel and LauncherProvider 4.4.3 logic. Change-Id: I5709182521e80d273e892eb3310abd68acac95ad --- res/xml/default_workspace.xml | 66 --------- res/xml/default_workspace_gapps.xml | 163 +++++++++++++++++++++++ res/xml/default_workspace_no_all_apps.xml | 35 ----- res/xml/default_workspace_no_all_apps_gapps.xml | 56 ++++++++ res/xml/default_workspace_no_telephony.xml | 63 --------- res/xml/default_workspace_no_telephony_gapps.xml | 154 +++++++++++++++++++++ 6 files changed, 373 insertions(+), 164 deletions(-) create mode 100644 res/xml/default_workspace_gapps.xml create mode 100644 res/xml/default_workspace_no_all_apps_gapps.xml create mode 100644 res/xml/default_workspace_no_telephony_gapps.xml (limited to 'res/xml') diff --git a/res/xml/default_workspace.xml b/res/xml/default_workspace.xml index 8cb7bbfeb..4174bc818 100644 --- a/res/xml/default_workspace.xml +++ b/res/xml/default_workspace.xml @@ -24,44 +24,6 @@ launcher:y="0" launcher:spanX="4" launcher:spanY="2" /> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/default_workspace_no_all_apps.xml b/res/xml/default_workspace_no_all_apps.xml index 7e1301cef..9a46908d9 100644 --- a/res/xml/default_workspace_no_all_apps.xml +++ b/res/xml/default_workspace_no_all_apps.xml @@ -17,40 +17,5 @@ - - - - - diff --git a/res/xml/default_workspace_no_all_apps_gapps.xml b/res/xml/default_workspace_no_all_apps_gapps.xml new file mode 100644 index 000000000..7e1301cef --- /dev/null +++ b/res/xml/default_workspace_no_all_apps_gapps.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + diff --git a/res/xml/default_workspace_no_telephony.xml b/res/xml/default_workspace_no_telephony.xml index d01980d90..868ffbece 100644 --- a/res/xml/default_workspace_no_telephony.xml +++ b/res/xml/default_workspace_no_telephony.xml @@ -24,47 +24,12 @@ launcher:y="0" launcher:spanX="4" launcher:spanY="2" /> - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3