如何在动态创建的视图上放置自定义样式
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论