From f17aa816f379e7e76130c7a166dc39d86f6e2847 Mon Sep 17 00:00:00 2001 From: Abhisek Devkota Date: Mon, 2 Nov 2015 11:09:34 -0800 Subject: Update default workspace to GMS 3.0 req CYNGNOS-1284 Change-Id: If74f7dc1b81e48d00c80b71cef4994d6f5172b59 --- AndroidManifest.xml | 2 +- res/values/cm_strings.xml | 26 +++++ res/xml/default_workspace_4x4.xml | 192 ++++++++++++++++++++++++++++++++++--- res/xml/default_workspace_5x5.xml | 193 +++++++++++++++++++++++++++++++++---- res/xml/default_workspace_5x6.xml | 194 +++++++++++++++++++++++++++++++++++--- 5 files changed, 564 insertions(+), 43 deletions(-) create mode 100644 res/values/cm_strings.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0ac044e43..80b059751 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -71,7 +71,7 @@ android:backupAgent="com.android.launcher3.LauncherBackupAgentHelper" android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher_home" - android:label="@string/application_name" + android:label="@string/cm_application_name" android:largeHeap="@bool/config_largeHeap" android:restoreAnyVersion="true" android:supportsRtl="true" > diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml new file mode 100644 index 000000000..4ec60147f --- /dev/null +++ b/res/values/cm_strings.xml @@ -0,0 +1,26 @@ + + + + + Trebuchet + + + Google + Play + + + diff --git a/res/xml/default_workspace_4x4.xml b/res/xml/default_workspace_4x4.xml index 060a1f880..06019dc68 100644 --- a/res/xml/default_workspace_4x4.xml +++ b/res/xml/default_workspace_4x4.xml @@ -1,5 +1,5 @@ - + - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + launcher:x="0" + launcher:y="0" > + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/default_workspace_5x5.xml b/res/xml/default_workspace_5x5.xml index 322661720..0ba12fe8c 100644 --- a/res/xml/default_workspace_5x5.xml +++ b/res/xml/default_workspace_5x5.xml @@ -1,5 +1,5 @@ - + - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + launcher:y="0" > + + + + + + + - - + launcher:y="0" > + + - + + \ No newline at end of file diff --git a/res/xml/default_workspace_5x6.xml b/res/xml/default_workspace_5x6.xml index bc236fb14..56103ccfc 100644 --- a/res/xml/default_workspace_5x6.xml +++ b/res/xml/default_workspace_5x6.xml @@ -1,5 +1,5 @@ - + - - + - - + + launcher:y="0" + launcher:spanX="6" + launcher:spanY="2" /> + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3