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

后端 未结 6 896
谎友^
谎友^ 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:19

    Use

        android:button="@null"
        android:drawableRight="@android:drawable/btn_radio"
    

    So your code will be like:

    
    
      
    
      
    
    
    

提交回复
热议问题