How can I align radio buttons to the right of associated text?

后端 未结 6 898
谎友^
谎友^ 2021-02-03 23:04

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

6条回答
  •  北恋
    北恋 (楼主)
    2021-02-03 23:37

    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.

提交回复
热议问题