当前位置:编程学习 > wap >>

布局问题,RadioGroup in RelativeLayout

我在RelativeLayout中有一行是:
性别: RadioButton1 RadioButton2

由于两个RadioButton在RadioGroup父标签中,但RadioGroup继承自LinnerLayout,所以无法在RadioGroup属性中用android:layout_toRightOf="@+id/text2"     //指的是在性别的右面
android:layout_alignTop="@+id/text2" 

其实也不能在没个RadioButton中单独定义这些属性
 <RadioGroup
        android:id="@+id/易做图" >
        
        <RadioButton
         android:id="@+id/易做图1"
         android:layout_width="wrap_content"
         android:layout_height="35dp"
         android:text="@string/button_text_01" 
         android:checked="true"/>

     <RadioButton
         android:id="@+id/易做图2"
         android:layout_width="wrap_content"
         android:layout_height="35dp"
         android:text="@string/button_text_02" />
 </RadioGroup>

求一个解决方法 --------------------编程问答-------------------- 看不懂你在问什么 ?我猜的哈 ,如果你想要radiogroup里面的radiobutton横着放,可以使用属性orientation 设置为horizontal --------------------编程问答-------------------- 重点是,怎么在RelativeLayout用Radiogroup,希望你明白!!!!!!!! --------------------编程问答--------------------
补充:移动开发 ,  Android
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,