2

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

Bobbake4
  • 24,509
  • 9
  • 59
  • 94

1 Answers1

2

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

Community
  • 1
  • 1
skynet
  • 9,898
  • 5
  • 43
  • 52
  • Geeze, I have to say that is way more of a pain in the ass then it should be. But this worked perfect thanks a lot. – Bobbake4 Oct 27 '11 at 15:26