From 9b8cd1e564984874f2a6f5cc9bdc68cda8aa15ce Mon Sep 17 00:00:00 2001 From: John Reck Date: Wed, 25 May 2011 18:14:01 -0700 Subject: Configure bookmark widget Add a configuration step when adding the bookmark widget to pick what account to use Change-Id: I2be723c411ec5b9f32d6819a5e2e65995921a252 --- res/xml/bookmarkthumbnailwidget_info.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/xml') 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"> -- cgit v1.1