Android 自定义主题 xml 文档?
我在哪里可以找到一些关于 android 主题 xml 定义的官方文档,例如 android:windowBackground、android:colorForeground、android:colorForegroundInverse、android:colorBackground 等,在 android 开发人员站点中很难找到它,提前致谢!
where can I find some official documentation for android theme xml definitions like android:windowBackground, android:colorForeground, android:colorForegroundInverse, android:colorBackground etc, having a difficult time locating this in the android developer site, thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关可用于定义样式或主题(例如“windowBackground”或“textAppearance”)的可用样式属性的参考,请参阅 R.attr 或您要为其创建样式的相应 View 类。
http://developer.android.com/reference/android/R.attr.html
For a reference of available style attributes that you can use to define a style or theme (e.g., "windowBackground" or "textAppearance"), see R.attr or the respective View class for which you are creating a style.
http://developer.android.com/reference/android/R.attr.html