From b02ad50d1a83f7171aaa1c1d17716ed5699dec40 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Mon, 28 Mar 2011 15:46:29 -0700 Subject: [PATCH] Making the sample weather widget vertically resizeable. Change-Id: I0301004a703b501cf135e0750512ad9070aff59c --- samples/WeatherListWidget/res/xml/widgetinfo.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/WeatherListWidget/res/xml/widgetinfo.xml b/samples/WeatherListWidget/res/xml/widgetinfo.xml index a0932085d..af641063e 100644 --- a/samples/WeatherListWidget/res/xml/widgetinfo.xml +++ b/samples/WeatherListWidget/res/xml/widgetinfo.xml @@ -19,5 +19,6 @@ android:minHeight="222dip" android:updatePeriodMillis="1800000" android:initialLayout="@layout/widget_layout" + android:resizeMode="vertical" android:previewImage="@drawable/preview"> - \ No newline at end of file +