I have the following radio buttons inside a radio group of similar buttons. By default a button is on the left of the associated text. How do I get the button itself to be on th
Use
android:button="@null" android:drawableRight="@android:drawable/btn_radio"
So your code will be like: