为了账号安全,请及时绑定邮箱和手机立即绑定

在android studio中设置radioGroup的orientation为vertical或者horizontal,布局都是水平的,不会垂直,为什么

<RadioGroup
   android:orientation="vertical"
   android:layout_width="wrap_content"
   android:layout_height="wrap_content"
   tools:layout_editor_absoluteX="125dp"
   tools:layout_editor_absoluteY="47dp"/>

<RadioButton
   android:id="@+id/radioButton"
   android:layout_width="wrap_content"
   android:layout_height="wrap_content"
   android:text="RadioButton"
   tools:layout_editor_absoluteX="16dp"
   android:layout_marginTop="8dp"
   app:layout_constraintTop_toBottomOf="@+id/checkBox"/>

<RadioButton
   android:id="@+id/radioButton2"
   android:layout_width="wrap_content"
   android:layout_height="wrap_content"
   android:text="RadioButton"
   tools:layout_editor_absoluteY="47dp"
   app:layout_constraintLeft_toRightOf="@+id/radioButton"
   android:layout_marginLeft="22dp"/>

http://img1.sycdn.imooc.com//592e730b0001e41103160090.jpg

正在回答

2 回答

你的RadioGroup 的闭合应该在创建一个尾标签,将RadioButton包含在内

1 回复 有任何疑惑可以回复我~

这就和人的性别一样,要么是男的,要么是女的,总不能雌雄同体吧

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

在android studio中设置radioGroup的orientation为vertical或者horizontal,布局都是水平的,不会垂直,为什么

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信