You are on page 1of 1

<RadioGroup

android:id="@+id/RadioGroup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_below="@id/editText6"
android:layout_toRightOf="@id/textView11"
android:layout_toEndOf="@id/textView11">
<RadioButton
android:text="male"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<RadioButton
android:text="female"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RadioGroup>

You might also like