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
If the layout is not complicated, best way is to use Single RelativeLayout instead of multiple Linear Layouts.
Below is the code with 2 rows. First row has 3 columns. Second row one column.