RadioButton(单选按钮)
Posted 逸果
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RadioButton(单选按钮)相关的知识,希望对你有一定的参考价值。
RadioGroup(单选按钮组):
android:orientation="horizontal" //设置布局方式
android:checkedButton="单选按钮id" //设置默认选中的单选按钮
注意:单选按钮RadioButton,一般需要嵌套在中达到单选的目的
方法:
getCheckedRadioButttonId();//获取选中的按钮的id
以上是关于RadioButton(单选按钮)的主要内容,如果未能解决你的问题,请参考以下文章
Harmony OS — RadioButton & RadioContainer单选按钮&单选按钮组