am b79c8d05: Merge "Adding resizeMode to widget samples." into honeycomb-mr2

* commit 'b79c8d0583f84b185d0bd2a47d41a25aaee469b8':
  Adding resizeMode to widget samples.
This commit is contained in:
Anirudh Dewani
2011-06-15 12:29:47 -07:00
committed by Android Git Automerger
2 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
android:updatePeriodMillis="86400000"
android:initialLayout="@layout/appwidget_provider"
android:configure="com.example.android.apis.appwidget.ExampleAppWidgetConfigure"
android:resizeMode="horizontal"
>
</appwidget-provider>

View File

@@ -20,5 +20,6 @@
android:updatePeriodMillis="3600000"
android:previewImage="@drawable/preview"
android:initialLayout="@layout/widget_layout"
android:autoAdvanceViewId="@id/stack_view">
android:autoAdvanceViewId="@id/stack_view"
android:resizeMode="horizontal|vertical">
</appwidget-provider>