I have a RadioGroup and I want to align buttons next to each other in two columns and five rows and I am unable to achieve it. Things I have tried:
RadioGroup
The RadioGroup is extended from LinearLayout.
the linearlayout can not do it, so RadioGroup can not do it.
Why not implement it self.
Use RelativeLayout to layout the child view. And record the state of the child view. use setLevel to control the states.
Good luck for you!.