I want to have three radio buttons, two on one line and one on the next line.
I thought using a LinearLayout inside the RadioGroup would work for the first two and then just have the third one of the next line.
Well this doesn't work, I can just tick every radiobutton.
Anyone know a way around this or should I just do it programmatically?
Thanks