根据主题/样式更改活动的背景颜色
我有一个 Activity,它在清单中设置了样式资源(使用 android:theme="@style/blah"
)。我希望在 Java 代码中动态更改此 Activity 的背景颜色。如何我去做这个吗?
谢谢!
I have an Activity which has a style resource set in the manifest (using android:theme="@style/blah"
. I wish to dynamically change the background colour of this Activity in Java code. How would I go about doing this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然后在你的代码中:
还是
HTH?
Then in your code:
or
HTH?