gpt4 book ai didi

java - 滚动浏览多个列表(水平)

转载 作者:行者123 更新时间:2023-12-02 00:23:32 25 4
gpt4 key购买 nike

我正在寻找一个选项来滚动多个列表(水平),如附件中的图片所示。您可以向左或向右滑动以进入下一个 ListView 。顶部应该有一些按钮可以单击或滚动

我尝试将 ListViews 放入类似此代码的内容中,但它无法正常工作。

 <HorizontalScrollView
android:id="@+id/horizontalScroll"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbarFadeDuration="250">




<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginBottom="0px">



<Button
android:id="@+id/buttonOne"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/Black"
android:text="hallo"
android:textColor="@color/White">

</Button>
<Button
android:id="@+id/buttonTwo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/Black"
android:text="hallo"
android:textColor="@color/White">
</Button>

</LinearLayout>

</HorizontalScrollView>

最佳答案

我明白了。我正在寻找的工具是 ViewPager。

关于java - 滚动浏览多个列表(水平),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58068438/

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