From a104ad5c41084312a4b28eb93557acc947fda52c Mon Sep 17 00:00:00 2001 From: Aaahh Ahh Date: Thu, 5 Nov 2015 19:32:25 -0500 Subject: Trebuchet: Update default workspace Change-Id: I429953c42c1706b5a616f7725706dcc208617822 --- res/xml/ct_default_workspace_4x4.xml | 174 +++++++++++++++++++++++++++++++++++ res/xml/default_workspace_4x4.xml | 6 +- res/xml/default_workspace_5x5.xml | 8 +- res/xml/default_workspace_5x6.xml | 6 +- res/xml/update_workspace.xml | 49 ++++++++++ 5 files changed, 233 insertions(+), 10 deletions(-) create mode 100644 res/xml/ct_default_workspace_4x4.xml create mode 100644 res/xml/update_workspace.xml diff --git a/res/xml/ct_default_workspace_4x4.xml b/res/xml/ct_default_workspace_4x4.xml new file mode 100644 index 000000000..8efb1493d --- /dev/null +++ b/res/xml/ct_default_workspace_4x4.xml @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/default_workspace_4x4.xml b/res/xml/default_workspace_4x4.xml index 5970f12f4..638803b5c 100644 --- a/res/xml/default_workspace_4x4.xml +++ b/res/xml/default_workspace_4x4.xml @@ -25,7 +25,7 @@ launcher:className="com.cyanogenmod.lockclock.ClockWidgetProvider" launcher:screen="1" launcher:x="0" - launcher:y="0" + launcher:y="1" launcher:spanX="4" launcher:spanY="2" /> @@ -176,8 +176,8 @@ launcher:x="1" launcher:y="0" > + launcher:packageName="com.android.messaging" + launcher:className="com.android.messaging.ui.conversationlist.ConversationListActivity" /> diff --git a/res/xml/default_workspace_5x5.xml b/res/xml/default_workspace_5x5.xml index bb860068f..31f6bbead 100644 --- a/res/xml/default_workspace_5x5.xml +++ b/res/xml/default_workspace_5x5.xml @@ -25,7 +25,7 @@ launcher:className="com.cyanogenmod.lockclock.ClockWidgetProvider" launcher:screen="1" launcher:x="0" - launcher:y="0" + launcher:y="1" launcher:spanX="5" launcher:spanY="2" /> @@ -176,8 +176,8 @@ launcher:x="1" launcher:y="0" > + launcher:packageName="com.android.messaging" + launcher:className="com.android.messaging.ui.conversationlist.ConversationListActivity" /> @@ -212,4 +212,4 @@ launcher:className="com.android.camera.CameraLauncher" /> - \ No newline at end of file + diff --git a/res/xml/default_workspace_5x6.xml b/res/xml/default_workspace_5x6.xml index 81a1ef701..7b49d0ed7 100644 --- a/res/xml/default_workspace_5x6.xml +++ b/res/xml/default_workspace_5x6.xml @@ -25,7 +25,7 @@ launcher:className="com.cyanogenmod.lockclock.ClockWidgetProvider" launcher:screen="1" launcher:x="0" - launcher:y="0" + launcher:y="1" launcher:spanX="6" launcher:spanY="2" /> @@ -176,8 +176,8 @@ launcher:x="2" launcher:y="0" > + launcher:packageName="com.android.messaging" + launcher:className="com.android.messaging.ui.conversationlist.ConversationListActivity" /> diff --git a/res/xml/update_workspace.xml b/res/xml/update_workspace.xml new file mode 100644 index 000000000..c3e67147d --- /dev/null +++ b/res/xml/update_workspace.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + -- cgit v1.2.3