I was wondering if there was a way to switch the side that text appears on a radio button in android?
Android has a built in layout you can use - 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.