summaryrefslogtreecommitdiffstats
path: root/res/xml-sw600dp/update_workspace.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-04-07 05:28:46 +0200
committerjackmu95 <jacob.mueller.elz@gmail.com>2013-04-07 13:07:42 +0200
commiteed8a5daca9ff0dbc0ad4237026640a46eec2b89 (patch)
tree4c3d5ae9cbbf0c0796a6857e5d3ea699a6e0c65a /res/xml-sw600dp/update_workspace.xml
parent6d0f70193ad5f674099d3b1de25174eedbcebaff (diff)
downloadpackages_apps_trebuchet-eed8a5daca9ff0dbc0ad4237026640a46eec2b89.zip
packages_apps_trebuchet-eed8a5daca9ff0dbc0ad4237026640a46eec2b89.tar.gz
packages_apps_trebuchet-eed8a5daca9ff0dbc0ad4237026640a46eec2b89.tar.bz2
Trebuchet: Default workspace fixes
* Replace AnalogClockWidget by cLock Widget * Add "no telephony" workspaces files. New favorites: - Phone -> Email - Contacts -> Calendar - Mms -> Contacts - Browser -> Browser * Add sw600dp and sw700dp update workspaces files Patchset 2-4: CleanUp Change-Id: If21559c59995326b93689f89291446a9962274cb
Diffstat (limited to 'res/xml-sw600dp/update_workspace.xml')
-rw-r--r--res/xml-sw600dp/update_workspace.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/res/xml-sw600dp/update_workspace.xml b/res/xml-sw600dp/update_workspace.xml
new file mode 100644
index 0000000..d705653
--- /dev/null
+++ b/res/xml-sw600dp/update_workspace.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<favorites xmlns:launcher="http://schemas.android.com/apk/res/com.cyanogenmod.trebuchet">
+ <!-- Update the db with new hotseat all apps button. -->
+ <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
+ <favorite
+ launcher:packageName="com.android.contacts"
+ launcher:className="com.android.contacts.activities.DialtactsActivity"
+ launcher:container="-101"
+ launcher:screen="0"
+ launcher:x="1"
+ launcher:y="0" />
+ <favorite
+ launcher:packageName="com.android.contacts"
+ launcher:className="com.android.contacts.activities.PeopleActivity"
+ launcher:container="-101"
+ launcher:screen="0"
+ launcher:x="2"
+ launcher:y="0" />
+ <allapps
+ launcher:container="-101"
+ launcher:screen="0"
+ launcher:x="3"
+ launcher:y="0" />
+ <favorite
+ launcher:packageName="com.android.mms"
+ launcher:className="com.android.mms.ui.ConversationList"
+ launcher:container="-101"
+ launcher:screen="0"
+ launcher:x="4"
+ launcher:y="0" />
+ <favorite
+ launcher:packageName="com.android.browser"
+ launcher:className="com.android.browser.BrowserActivity"
+ launcher:container="-101"
+ launcher:screen="0"
+ launcher:x="5"
+ launcher:y="0" />
+</favorites>