diff options
author | John Reck <jreck@google.com> | 2011-09-16 09:33:16 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-09-20 10:07:33 -0700 |
commit | 1ebdbf40bcef32af9815c3b338faded60191a3cf (patch) | |
tree | eefe60a63699dc8af225066826c3eb764dd8cabd /res/xml | |
parent | df7b48a5e738e9ba571228955555f1a9700064fd (diff) | |
download | packages_apps_Browser-1ebdbf40bcef32af9815c3b338faded60191a3cf.zip packages_apps_Browser-1ebdbf40bcef32af9815c3b338faded60191a3cf.tar.gz packages_apps_Browser-1ebdbf40bcef32af9815c3b338faded60191a3cf.tar.bz2 |
Widget update
Bug: 5342786
Remove widget padding
Update for new cell forumala (40 * (110 * (n-1)))
Change-Id: I33291a54f9a26c395ca90673b12182e3d1aae4bc
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/bookmarkthumbnailwidget_info.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/bookmarkthumbnailwidget_info.xml b/res/xml/bookmarkthumbnailwidget_info.xml index bf2e612..f8ca797 100644 --- a/res/xml/bookmarkthumbnailwidget_info.xml +++ b/res/xml/bookmarkthumbnailwidget_info.xml @@ -17,10 +17,10 @@ <!-- 3x2 Widget displaying the user's bookmarks as a list with favicons. --> <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" - android:minWidth="219dip" - android:minHeight="146dip" - android:minResizeHeight="72dip" - android:minResizeWidth="146dip" + android:minWidth="180dip" + android:minHeight="110dip" + android:minResizeHeight="40dip" + android:minResizeWidth="110dip" android:updatePeriodMillis="0" android:previewImage="@drawable/browser_widget_preview" android:initialLayout="@layout/bookmarkthumbnailwidget" |