summaryrefslogtreecommitdiffstats
path: root/res/xml/update_workspace.xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2013-12-04 21:52:01 -0800
committerMichael Bestas <mikeioannina@gmail.com>2014-01-30 08:17:25 +0200
commit3cea953d3ebcfbaf29ac4f6134e983729c5267dd (patch)
tree9d02bc21cecc5d4723456c027bddaf897a0e9048 /res/xml/update_workspace.xml
parentb54b34edd5c87e6d0702793b423b14dc24fb1076 (diff)
downloadandroid_packages_apps_Trebuchet-3cea953d3ebcfbaf29ac4f6134e983729c5267dd.tar.gz
android_packages_apps_Trebuchet-3cea953d3ebcfbaf29ac4f6134e983729c5267dd.tar.bz2
android_packages_apps_Trebuchet-3cea953d3ebcfbaf29ac4f6134e983729c5267dd.zip
Trebuchet : Port default workspace
Port default workspace from cm-10.2 Change-Id: Ia817baef17e2edc8c384d215f2d2cba07dd21be9
Diffstat (limited to 'res/xml/update_workspace.xml')
-rw-r--r--res/xml/update_workspace.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/res/xml/update_workspace.xml b/res/xml/update_workspace.xml
index 38442b91c..5112def33 100644
--- a/res/xml/update_workspace.xml
+++ b/res/xml/update_workspace.xml
@@ -14,9 +14,8 @@
limitations under the License.
-->
-<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
- <!-- Update the db with new hotseat items. Note that we reference the browser's original
- package name. -->
+<favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher3">
+ <!-- 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.dialer"
@@ -29,21 +28,26 @@
launcher:packageName="com.android.contacts"
launcher:className="com.android.contacts.activities.PeopleActivity"
launcher:container="-101"
- launcher:screen="1"
+ launcher:screen="0"
launcher:x="1"
launcher:y="0" />
+ <allapps
+ launcher:container="-101"
+ launcher:screen="0"
+ launcher:x="2"
+ launcher:y="0" />
<favorite
launcher:packageName="com.android.mms"
launcher:className="com.android.mms.ui.ConversationList"
launcher:container="-101"
- launcher:screen="3"
+ launcher:screen="0"
launcher:x="3"
launcher:y="0" />
<favorite
launcher:packageName="com.android.browser"
launcher:className="com.android.browser.BrowserActivity"
launcher:container="-101"
- launcher:screen="4"
+ launcher:screen="0"
launcher:x="4"
launcher:y="0" />
</favorites>