Sie sind auf Seite 1von 1

<LinearLayout

android:layout_marginBottom="15dp"
android:layout_height="wrap_content"
android:layout_width="match_parent">
<TextView
android:layout_width="0dp"
android:layout_weight="2"
android:layout_height="wrap_content"
android:text="?)???"
/>
<LinearLayout
android:orientation="horizontal"
android:layout_weight="1"
android:layout_gravity="right"
android:gravity="right"
android:layout_height="wrap_content"
android:layout_width="0dp">

<RadioGroup
android:layout_marginRight="15dp"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:orientation="horizontal">

<RadioButton
android:layout_marginRight="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="??" />

<RadioButton

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="????" />

</RadioGroup>
</LinearLayout>
</LinearLayout>

Das könnte Ihnen auch gefallen