Bobbake4
Bobbake4

Reputation: 24847

How to center RadioButton graphic in a wide RadioButton widget in Android?

I have a RadioGroup with four radio buttons, I have them using weightsum of 4 to evenly space them on the screen. This works great but what the result is the graphic is aligned left not in the center of each radio button. Is there a way to move the graphic to the center? I tried gravity center but this had no effect.

Thanks

Upvotes: 2

Views: 361

Answers (1)

skynet
skynet

Reputation: 9908

It seems that they are always left-aligned for the default widget. However, you can do it with a custom one, as shown here.

Upvotes: 2

Related Questions