Change the side the text appears on a radio button

前端 未结 6 2045
南方客
南方客 2020-12-03 03:33

I was wondering if there was a way to switch the side that text appears on a radio button in android?

6条回答
  •  难免孤独
    2020-12-03 03:40

    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.

提交回复
热议问题