Cleaning up the stack sample widget

Change-Id: Ie5d1bcacb1943e87c0517b6e38cad1598e119f7d
diff --git a/samples/StackWidget/res/xml/stackwidgetinfo.xml b/samples/StackWidget/res/xml/stackwidgetinfo.xml
index 6f59605..2a587e1 100644
--- a/samples/StackWidget/res/xml/stackwidgetinfo.xml
+++ b/samples/StackWidget/res/xml/stackwidgetinfo.xml
@@ -15,11 +15,13 @@
 -->
 <appwidget-provider
   xmlns:android="http://schemas.android.com/apk/res/android"
-  android:minWidth="150dip"
-  android:minHeight="150dip"
+  android:minWidth="110dip"
+  android:minHeight="110dip"
   android:updatePeriodMillis="3600000"
   android:previewImage="@drawable/preview"
   android:initialLayout="@layout/widget_layout"
-  android:autoAdvanceViewId="@id/stack_view"
-  android:resizeMode="horizontal|vertical">
+  android:autoAdvanceViewId="@id/stack_view">
 </appwidget-provider>
+<!--to enable resizing:
+ android:resizeMode="horizontal|vertical" -->
+ 
\ No newline at end of file