如何在Android中的Horizo​​ntalListView中滚动列出项目5×5?

时间:2015-02-17 10:20:05

标签: android horizontalscrollview

现在我能用滚动显示horizo​​ntallistview中的所有项目,现在我需要在this one视图中滚动显示项目5到5。我试图找到任何链接或示例代码,但我仍无法找到任何内容。你们可以建议解决我的问题的任何链接或想法。提前致谢

XML:

<com.meetme.android.horizontallistview.HorizontalListView
            android:id="@+id/user_GRIDS"
            android:layout_width="match_parent"
            android:layout_height="130dp"/>

1 个答案:

答案 0 :(得分:0)

最好的方法可能是Android上的ViewPager(Android Developer)。您可以根据需要自定义它们。无限滚动只是一个自定义实现。