summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-02-28 14:02:31 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-28 14:02:31 -0800
commit2eb1190bdda1d2d53c049aa3f5000af6a150e2ca (patch)
tree9b4e7111e6d8b848673d9f4d5b9ff478fd5040b1
parentfc1518a485045792db191a626a1ec43d6f18b5d9 (diff)
parent02a0691c7aeedcc743731af38de34706dec26421 (diff)
downloadandroid_packages_apps_Gello-2eb1190bdda1d2d53c049aa3f5000af6a150e2ca.tar.gz
android_packages_apps_Gello-2eb1190bdda1d2d53c049aa3f5000af6a150e2ca.tar.bz2
android_packages_apps_Gello-2eb1190bdda1d2d53c049aa3f5000af6a150e2ca.zip
Merge "Adding AppWidget xml flag to make widget resizable"
-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 6797f85a..65497cdd 100644
--- a/res/xml/bookmarkthumbnailwidget_info.xml
+++ b/res/xml/bookmarkthumbnailwidget_info.xml
@@ -21,5 +21,6 @@
android:minHeight="219dip"
android:updatePeriodMillis="0"
android:previewImage="@drawable/browser_widget_preview"
- android:initialLayout="@layout/bookmarkthumbnailwidget">
+ android:initialLayout="@layout/bookmarkthumbnailwidget"
+ android:resizeMode="vertical">
</appwidget-provider>