两个单元中的跨越无线电组
I have a<RadioGroup android:orientation="horizontal" android:layout_span="2">
with two<RadioButtons>
I need to span in a<TableRow>
But only the first button shows.
The snippet is here:
http://pastebin.com/GLVugZWb
Any hints ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该为单选按钮设置 android:layout_width、_height 和 _weight。设置_weight参数= 1。希望这有帮助。
You should set android:layout_width, _height and _weight for radio buttons. Set _weight parameter = 1. Hope this help.