我有一个带3个收音机按钮的收音机组:
像这样:
<RadioGroup
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<RadioButton ...>
<TextView ....>
<RadioButton ...>
<RadioButton ...>
</RadioGroup>
如何让第一个RadioButton 和以下TextView占用Xdp的minHeight?
如果我将它们包裹在线性布局中并将minHeight赋予布局,则该按钮的行为与其他按钮属于同一组的行为不同