两个单元中的跨越无线电组

发布于 2024-10-20 10:38:24 字数 363 浏览 1 评论 0原文

我有一个

有两个

我需要跨越

但只显示第一个按钮。

片段在这里: http://pastebin.com/GLVugZWb

有任何提示吗?

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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初见 2024-10-27 10:38:24

您应该为单选按钮设置 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文