ApplicationInfo.Theme Property

Definition

A style resource identifier (in the package's resources) of the default visual theme of the application.

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

Property Value

Attributes

Remarks

A style resource identifier (in the package's resources) of the default visual theme of the application. From the "theme" attribute or, if not set, 0.

Java documentation for android.content.pm.ApplicationInfo.theme.

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