Android 中的合并表
我想要像这样的表格布局,
|text | edittext | text
|text | radiobutton radiobutton | text
你可以看到,在第二列第二行中,我想要
有 2 个单选按钮,并且我想要像上一行那样的列宽度,
我该怎么办?
I want to have table layout like this
|text | edittext | text
|text | radiobutton radiobutton | text
you can see that in column two row two I want to
have 2 radiobutton and I want to have coloumn width like the upper line
what should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到的最接近的东西:
The closest thing I've got: