RadioButton
<RadioButton
android:id="@+id/rb_one"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/whole_rent"
android:buttonTint="@color/colorPrimary"
android:textColor="@color/textBlack"
tools:layout_editor_absoluteX="247dp"
tools:layout_editor_absoluteY="58dp" />
在你要默认的那个radioButton的属性栏里,把checked后面的false改为true 楼上那样也没有错,并不它选中了,别的没法选,你可以选择另外的,他的意思只是说,是单选的意思,你要是多选还不是一样可以,只要再建个radioButton,且和前面的不同组名就可以了欢迎分享,转载请注明来源:内存溢出
评论列表(0条)