0
Hallo ich habe zwei Radiobutton, ich muss Radioogroup in dynamisch hinzufügen. wie geht das? dies ist mein xml, dankhinzufügen Radio-Gruppe von dynamisch aber Radio-Taste ist xml
<RadioButton
android:id="@+id/radiotwo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:checked="false"
android:text="b"
android:textSize="23dp" />
<RadioButton
android:id="@+id/radioone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:checked="false"
android:text="a"
android:textSize="23dp" />
warum Sie Radio-Gruppe nicht hinzufügen und Radioknöpfe ganz dynamisch dann? –