ApplicationInfo.Theme 属性

定义

应用程序默认视觉主题的样式资源标识符(在包的资源中)。

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

属性值

属性

注解

应用程序默认视觉主题的样式资源标识符(在包的资源中)。 从“theme”属性,或者如果未设置,则为 0。

适用于 . 的 android.content.pm.ApplicationInfo.themeJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于