summaryrefslogtreecommitdiffstats
path: root/res/xml-sw600dp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-09-16 09:33:16 -0700
committerJohn Reck <jreck@google.com>2011-09-20 10:07:33 -0700
commit1ebdbf40bcef32af9815c3b338faded60191a3cf (patch)
treeeefe60a63699dc8af225066826c3eb764dd8cabd /res/xml-sw600dp
parentdf7b48a5e738e9ba571228955555f1a9700064fd (diff)
downloadandroid_packages_apps_Gello-1ebdbf40bcef32af9815c3b338faded60191a3cf.tar.gz
android_packages_apps_Gello-1ebdbf40bcef32af9815c3b338faded60191a3cf.tar.bz2
android_packages_apps_Gello-1ebdbf40bcef32af9815c3b338faded60191a3cf.zip
Widget update
Bug: 5342786 Remove widget padding Update for new cell forumala (40 * (110 * (n-1))) Change-Id: I33291a54f9a26c395ca90673b12182e3d1aae4bc
Diffstat (limited to 'res/xml-sw600dp')
-rw-r--r--res/xml-sw600dp/bookmarkthumbnailwidget_info.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/xml-sw600dp/bookmarkthumbnailwidget_info.xml b/res/xml-sw600dp/bookmarkthumbnailwidget_info.xml
index 99afda78..7fdcbef4 100644
--- a/res/xml-sw600dp/bookmarkthumbnailwidget_info.xml
+++ b/res/xml-sw600dp/bookmarkthumbnailwidget_info.xml
@@ -17,10 +17,10 @@
<!-- 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="219dip"
- android:minHeight="219dip"
- android:minResizeHeight="72dip"
- android:minResizeWidth="146dip"
+ android:minWidth="180dip"
+ android:minHeight="180dip"
+ android:minResizeHeight="40dip"
+ android:minResizeWidth="110dip"
android:updatePeriodMillis="0"
android:previewImage="@drawable/browser_widget_preview"
android:initialLayout="@layout/bookmarkthumbnailwidget"