Merge "Adding resizeMode to widget samples." into honeycomb-mr2
This commit is contained in:
committed by
Android (Google) Code Review
commit
b79c8d0583
@@ -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>
|
||||
|
||||
|
||||
@@ -20,5 +20,6 @@
|
||||
android:updatePeriodMillis="3600000"
|
||||
android:previewImage="@drawable/preview"
|
||||
android:initialLayout="@layout/widget_layout"
|
||||
android:autoAdvanceViewId="@id/stack_view">
|
||||
</appwidget-provider>
|
||||
android:autoAdvanceViewId="@id/stack_view"
|
||||
android:resizeMode="horizontal|vertical">
|
||||
</appwidget-provider>
|
||||
|
||||
Reference in New Issue
Block a user