AppWidgetProviderInfo.PreviewImage Property

Definition

A preview of what the AppWidget will look like after it's configured.

[Android.Runtime.Register("previewImage")]
public int PreviewImage { get; set; }
[<Android.Runtime.Register("previewImage")>]
member this.PreviewImage : int with get, set

Property Value

Attributes

Remarks

A preview of what the AppWidget will look like after it's configured. If not supplied, the AppWidget's icon will be used.

This field corresponds to the android:previewImage attribute in the AppWidget meta-data file.

Java documentation for android.appwidget.AppWidgetProviderInfo.previewImage.

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.

Applies to