android中的单选和多选按钮的使用 | 学步园
<RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/radio1" android:text="@string/female...
android中的单选和多选框 - Rollen Holt - 博客园
android:layout_gravity="center_horizontal" 20 android:orientation="horizontal" > 21 22 <RadioButton 23 android:id="@+id/radioButton1" 24 android:layout...