diff options
author | Ficus Kirkpatrick <ficus@android.com> | 2010-04-28 15:08:34 -0700 |
---|---|---|
committer | Ficus Kirkpatrick <ficus@android.com> | 2010-04-28 15:23:44 -0700 |
commit | 3862a6639aa63495df208794be7f1937862f6b27 (patch) | |
tree | 19e0b41e7e946e45d7613c40af93028fc59203a2 /res/xml | |
parent | 993d2efb7406675dbb1882cd287dc972366d5251 (diff) | |
download | packages_apps_trebuchet-3862a6639aa63495df208794be7f1937862f6b27.zip packages_apps_trebuchet-3862a6639aa63495df208794be7f1937862f6b27.tar.gz packages_apps_trebuchet-3862a6639aa63495df208794be7f1937862f6b27.tar.bz2 |
Add Market widget to default workspace.
Bug: 2606783
Change-Id: I8ea5e3564a21b98aadb8789e24276507c7ef46b7
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/default_workspace.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/res/xml/default_workspace.xml b/res/xml/default_workspace.xml index 20df818..d369377 100644 --- a/res/xml/default_workspace.xml +++ b/res/xml/default_workspace.xml @@ -38,10 +38,19 @@ launcher:className="com.android.protips.ProtipWidget" launcher:screen="2" launcher:x="0" - launcher:y="3" + launcher:y="1" launcher:spanX="4" launcher:spanY="1" /> + <appwidget + launcher:packageName="com.android.vending" + launcher:className="com.android.vending.MarketWidgetProvider" + launcher:screen="2" + launcher:x="1" + launcher:y="2" + launcher:spanX="2" + launcher:spanY="2" /> + <!-- Right screen [3] --> <appwidget launcher:packageName="com.android.music" |