如何在布局中包装单选按钮而不打破无线电组功能?

时间:2015-08-19 06:19:36

标签: android radio-button android-linearlayout radio-group

我有一个带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赋予布局,则该按钮的行为与其他按钮属于同一组的行为不同

0 个答案:

没有答案