gpt4 book ai didi

android - ListView FullScreen-Item 水平滚动

转载 作者:行者123 更新时间:2023-11-29 19:28:44 26 4
gpt4 key购买 nike

我正在使用从 MySQL 数据库填充的 ListView, ListView 项目的数量由从数据库返回的行决定(记录更新时发生变化)。

  • 我不想使用 Fragments
  • 每个 ListView 项目都有可点击的按钮(listView 项目本身不可点击,只有它们上面的按钮可以点击)

我认为这会像为 ListView 定义水平方向一样简单,但事实并非如此:

   <ListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
>
</ListView>

这是我想要实现的: enter image description here

最佳答案

在这种情况下,您可以使用 HorizontalScrollViewViewPager以达到预期的输出。

已编辑

作为Thomas建议。您可以使用 RecyclerView还有

关于android - ListView FullScreen-Item 水平滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40678269/

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