Android disable radio group in xml
问题 In my android application, I need to disable radio group in xml layout. I searched, but I found only through pro-grammatically not in xml layout. My code is here <RadioGroup android:id="@+id/menu1" android:layout_width="80dp" android:layout_height="wrap_content" android:layout_x="170dp" android:layout_y="100dp" > <RadioButton android:id="@+id/radioButton1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Yes" /> <RadioButton android:id="@+id/radioButton2"