如何在水平滚动视图中显示

时间:2015-01-08 10:13:54

标签: android

我正在寻找一种在一行中水平显示项目的方法。我想遵循以下格式。

 _____________________________________________________
|        |        |        |        |        |        |
|        |        |        |        |        |        |
|        |        |        |        |        |        |
|________|________|________|________|________|________|
|Scroll Bar Here______________________________________|

有没有人知道实现这一目标的任何方法或框架?

目前使用我正在使用的方法显示为多行。

1 个答案:

答案 0 :(得分:2)

根据您的编辑,我发现这个网站解释了如何使用第三方库(https://github.com/lucasr/twoway-view)实现 Horizo​​ntal ListView

https://guides.codepath.com/android/Implementing-a-Horizontal-ListView-Guide

这里布局:

enter image description here


或者你可以使用原生 Horizo​​ntalScrollView(这更容易实现):

enter image description here

这个问题解决了这个问题:

How to implement HorizontalScrollView like Gallery?

这里是Horizo​​ntalScrollView的YouTube视频:

http://www.youtube.com/watch?v=0PAsR5sIi6E