gpt4 book ai didi

android - ScrollView 中的 RadioGroup 没有填充 ScrollView。相反,RadioButtons 被挤压

转载 作者:太空狗 更新时间:2023-10-29 16:23:07 41 4
gpt4 key购买 nike

如果您在 RadioGroup 中有大量单选按钮并希望它们拉伸(stretch),而不是挤成小按钮,我想到了将 RadioGroup 放在 ScrollView 中。但是,这不起作用。任何人都知道如何实现这一目标?

<ScrollView 
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:fillViewport="true"
>
<RadioGroup
android:id="@+id/news_radiogroup"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
<RadioButton />
<RadioButton />
<RadioButton />
<RadioButton />
and more
</RadioGroup>
</ScrollView>

最佳答案

使用 Horizo​​ntalScrollView 而不是 ScrollView

关于android - ScrollView 中的 RadioGroup 没有填充 ScrollView。相反,RadioButtons 被挤压,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9537120/

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