如何在动态创建的视图上放置自定义样式

发布于 2024-10-21 03:42:51 字数 204 浏览 1 评论 0原文

我在 Android 应用程序中设置动态创建的按钮样式时遇到问题。我这样做的方法是从它的构造函数创建按钮:

按钮 myButton = 新按钮(这个, null, R.style.Frontpage_case);

我的问题是按钮布局消失了,但文本仍然显示? 还有其他方法可以实现不同风格的动态按钮吗?

I have a problem with styling a dynamic created button in my android app. The way I'm doing it is to create the button from it's constructor:

Button myButton = new Button(this,
null, R.style.Frontpage_case);

My problem is that the button layout disappears, but the text is still shown?
Is there an other way to accomplish dynamic buttons with different styles?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文