summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-05-25 18:14:01 -0700
committerJohn Reck <jreck@google.com>2011-05-26 09:49:46 -0700
commit9b8cd1e564984874f2a6f5cc9bdc68cda8aa15ce (patch)
tree704f0d7ed1ea309f806b3a385fdeb44a5322636d /res/xml
parent2814a362c21ac219410d9b54e1bd3e8152b845c7 (diff)
downloadpackages_apps_browser-9b8cd1e564984874f2a6f5cc9bdc68cda8aa15ce.zip
packages_apps_browser-9b8cd1e564984874f2a6f5cc9bdc68cda8aa15ce.tar.gz
packages_apps_browser-9b8cd1e564984874f2a6f5cc9bdc68cda8aa15ce.tar.bz2
Configure bookmark widget
Add a configuration step when adding the bookmark widget to pick what account to use Change-Id: I2be723c411ec5b9f32d6819a5e2e65995921a252
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/bookmarkthumbnailwidget_info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/bookmarkthumbnailwidget_info.xml b/res/xml/bookmarkthumbnailwidget_info.xml
index 65497cd..e98e3f7 100644
--- a/res/xml/bookmarkthumbnailwidget_info.xml
+++ b/res/xml/bookmarkthumbnailwidget_info.xml
@@ -22,5 +22,6 @@
android:updatePeriodMillis="0"
android:previewImage="@drawable/browser_widget_preview"
android:initialLayout="@layout/bookmarkthumbnailwidget"
- android:resizeMode="vertical">
+ android:resizeMode="vertical"
+ android:configure="com.android.browser.widget.BookmarkWidgetConfigure">
</appwidget-provider>