gpt4 book ai didi

Android Horizo​​ntalScrollView 显示为垂直

转载 作者:搜寻专家 更新时间:2023-11-01 09:29:34 24 4
gpt4 key购买 nike

您好,我想创建一个水平 ScrollView ,但显示为垂直 ScrollView 。你能帮忙吗?

<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="horizontal">

<ListView
android:id="@+id/household_member_list"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
</HorizontalScrollView>

这是出现的内容:

enter image description here

请帮忙。谢谢。

最佳答案

您在 ScrollView 中使用 ListView,这将不起作用。

如果你想要水平的 ListView 你需要使用 RecyclerView

更多在这里: Horizontal ListView in Android?

关于Android Horizo​​ntalScrollView 显示为垂直,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48203591/

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