如何以编程方式跨越表格布局中的列?
我有一个以编程方式构建的动态表格布局。每隔一段时间,其中一行就有一个子 SeekBar。
对于如何以编程方式使这些 SeekBar 跨越所有表列有什么建议吗?
谢谢。
I have a dynamic tablelayout that I build programmatically. Every so often one of the rows has a child SeekBar.
Any suggestions for how I can programmatically make these SeekBars span across all the table columns?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该会让你朝着正确的方向前进,它要求 Android 为你管理该列,并在该行有空间时拉伸它。
来源:
开发人员.android.com
This should get you going in the right direction, it asks Android to manage the column for you and stretch it if there is room on the row.
Source:
developer.android.com