How to add a radio group to radio buttons inside of a table?

后端 未结 3 1809
感动是毒
感动是毒 2021-01-02 03:16

I have multiple radio buttons which I want to layout using a table but also include them in a single radio group. I have the following xml layout:



        
3条回答
  •  礼貌的吻别
    2021-01-02 03:36

    Your RadioButton widgets must be immediate children of the RadioGroup for the group effect to work.

提交回复
热议问题