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
A much simpler solution, as I posted here is to use the built in Android layout - android.R.layout.simple_list_item_single_choice
.
If you want to modify it, you can copy-paste the above into a new XML file, and then use the
tag to include it in your other layouts (under the Apache 2.0 License). You can also use it as a list item, and leave it unchanged.