<RadioGroup>
<TableRow>
<RadioButton
android:id="@+id/a"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="lolo"
/>
<RadioButton
android:id="@+id/b"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="sh"
/>
</TableRow>
<TableRow>
<RadioButton
android:id="@+id/c"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="s"
/>
<RadioButton
android:id="@+id/d"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="cannot be determined"
/>
</TableRow>
</RadioGroup>
私は4つから1つのrdioボタンを選択したいですそれは4つの別々のラジオボタンのようにエースしています??? 、すべてのrが選択されます、私はandroid開発の新人なので、親切に私を導いてくれてありがとう