gpt4 book ai didi

android - 在一行中显示单选按钮?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:16:59 24 4
gpt4 key购买 nike

我不明白为什么我的单选按钮不在一行上,我已经将我的代码粘贴到下面 - 我知道它与教程不一样,但我真的试图理解每一行,所以想知道 android 中的“ float ”是什么 - 尝试使用重力、重量等,但似乎没有将它们放在一条线上..

非常感谢!

<RadioGroup 
android:id="@+id/RadioGroup01"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_column="0"
android:layout_span="3">

<RadioButton
android:id="@+id/RadioButton01"
android:layout_height="wrap_content"
android:freezesText="true"
android:textSize="10sp"
android:text="15%" android:layout_width="wrap_content">
</RadioButton>

<RadioButton android:id="@+id/RadioButton02" android:layout_height="wrap_content" android:text="20%" android:textSize="10sp" android:layout_width="wrap_content">

最佳答案

android:orientation="horizo​​ntal" 添加到 RadioGroup(请参阅您发布的链接中教程中 main.xml 示例的第 61 行)。

关于android - 在一行中显示单选按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4356465/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com