PackageItemInfo.Banner Property

Definition

A drawable resource identifier (in the package's resources) of this component's banner.

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

Property Value

Attributes

Remarks

A drawable resource identifier (in the package's resources) of this component's banner. From the "banner" attribute or, if not set, 0.

Java documentation for android.content.pm.PackageItemInfo.banner.

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