请问 RadioButton 怎么让它能在选择后,再次点击,就为非选择状态呢?
我现在写一个选择按钮,但是,现在用了RadioButton ,它就点击了以后,就不会再能修改了,就是要让它,点击后是选择为真,但是再次点击的话呢,就取消点击选中,就不要让它再被选中的状态哈。
下面是RadioButton 的代码 片段
<RadioButton
android:id="@+id/invitedPlanChoose"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginTop="20dp"
android:background="@drawable/shape_tuxing_sign001"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/invitedPlanIdCardInput"/>