Text below RadioButtons

后端 未结 3 1474
醉话见心
醉话见心 2021-02-13 06:36

I need your help to solve my layout problem.. I have 4 RadioButtons, they appear as usual in this scheme:

O text1   O text2  &nbs

3条回答
  •  我寻月下人不归
    2021-02-13 06:55

    I don't think the plain RadioButton widget can do that by default. You'll need to do one of a few things to achieve that effect. You can create your own RadioButton view class by combining a RadioButton and a TextView so that you have complete control over where the items are in relation to each other. Or you can skip making it a view and just use two elements in your layout, 1 TextView and one RadioButton(with no text set to it).

提交回复
热议问题