AppWidgetProviderInfo.InitialLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The resource id of the initial layout for this AppWidget.
[Android.Runtime.Register("initialLayout")]
public int InitialLayout { get; set; }
[<Android.Runtime.Register("initialLayout")>]
member this.InitialLayout : int with get, set
Property Value
- Attributes
Remarks
The resource id of the initial layout for this AppWidget. This should be displayed until the RemoteViews for the AppWidget is available.
This field corresponds to the android:initialLayout
attribute in the AppWidget meta-data file.
Java documentation for android.appwidget.AppWidgetProviderInfo.initialLayout
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.