I am trying the following example in using the radio group/radio button in my android application. http://www.androidpeople.com/android-radiobutton-example/
But the radio button is on the left side of the label (text).
Can you please tell me how can I configure it so that the radio button is on the right side of the label? and text is left-aligned with the parent and the radio button is aligned with the right of the parent?
Thank you.