* commit '03c343e16cd23bfd90124302458d35e47ee62050': Adding resizeMode to widget samples.
This commit is contained in:
@@ -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