标签:设置 getch 选中 oid get button 布局 方式 目的
RadioGroup(单选按钮组):
android:orientation="horizontal" //设置布局方式
android:checkedButton="单选按钮id" //设置默认选中的单选按钮
注意:单选按钮RadioButton,一般需要嵌套在中达到单选的目的
方法:
getCheckedRadioButttonId();//获取选中的按钮的id
标签:设置 getch 选中 oid get button 布局 方式 目的
原文地址:http://www.cnblogs.com/yiui/p/6884422.html