20
異なるLinearLayoutsからRadioButtonをグループ化する方法は?
同じ構造を維持しながら、各シングルRadioButtonを一意にグループ化できるかどうか疑問に思いましたRadioGroup。私の構造は次のようになります: LinearLayout_main LinearLayout_1 RadioButton1 LinearLayout_2 RadioButton2 LinearLayout_3 RadioButton3 ご覧のとおり、それぞれRadioButtonが異なるの子ですLinearLayout。以下の構造を使用してみましたが、機能しません: ラジオグループ LinearLayout_main LinearLayout_1 RadioButton1 LinearLayout_2 RadioButton2 LinearLayout_3 RadioButton3