As i was developing an app and i needed radio buttons, i decided to create a RadioGroup
and inside it, i created 3 RadioButton
s and i wanted to position them to the left, center, and right accordingly.
I put android:orientation:"horizontal"
in RadioGroup
and i have placed android:layout_gravity="left
right or center in RadioButton
s created inside RadioGroup, but it just places the buttons next to each other aligned left, and distorts the text a little bit.
Same thing happens if i apply android:gravity="left"
to the buttons.
I am not sure how to align first button on the left side, second on the center, and third on the right side.
Thanks!
try this in your layout :