diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/bookmarklistwidget_info.xml (renamed from res/xml/bookmarkstackwidget.xml) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/bookmarkstackwidget.xml b/res/xml/bookmarklistwidget_info.xml index 56e7351..0baee5e 100644 --- a/res/xml/bookmarkstackwidget.xml +++ b/res/xml/bookmarklistwidget_info.xml @@ -14,12 +14,12 @@ limitations under the License. --> -<!-- 2x2 Widget displaying the user's bookmarks as thumbnails. --> +<!-- 3x3 Widget displaying the user's bookmarks as a list with favicons. --> <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" - android:minWidth="146dip" - android:minHeight="146dip" - android:updatePeriodMillis="3600000" + android:minWidth="219dip" + android:minHeight="219dip" + android:updatePeriodMillis="0" android:previewImage="@drawable/preview" - android:initialLayout="@layout/bookmarkstackwidget"> + android:initialLayout="@layout/bookmarklistwidget"> </appwidget-provider> |