i have my controls in a vertical LinearLayout.
All my controls are place below each other.
What i want to do is place a radio group (with 2 radio buttons) on one ‘line’
How can i do that?
I tried wrapping it in a horizontal LinearLayout, but that didn’t work out
Use the
android:orientation="horizontal"-attribute of the RadioGroup.