Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 android 应用程序中,我动态插入RadioButton并且我没有使用RadioGroup. 如何设置它,以便当您单击单选按钮时,它的状态会切换?所以这就像一个复选框,但您只能选择其中之一或不选择。
RadioButton
RadioGroup
谢谢
你想要的行为正是这样RadioGroup做的。当它已经为您存在时,您自己编写这种行为是没有意义的,因此将 a 添加RadioGroup到您的布局(在 XML 或代码中),然后将RadioButtons 动态添加到RadioGroup.