Android ListView默认是垂直滚动的,如果需要实现水平滚动,可以通过以下两种方式实现:
<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ListView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" />
</HorizontalScrollView>
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
以上是实现Android ListView的水平滚动的两种方式。根据具体需求选择适合的方式进行实现。
云+社区沙龙online [国产数据库]
【BEST最优解】企业应用实践 消费医疗专场
腾讯云数智驱动中小企业转型升级·系列主题活动
云+社区技术沙龙[第16期]
云+社区开发者大会(杭州站)
新知·音视频技术公开课
云原生正发声
"中小企业”在线学堂
腾讯技术创作特训营第二季第4期
DBTalk
领取专属 10元无门槛券
手把手带您无忧上云