【发布时间】:2019-09-05 06:37:00
【问题描述】:
如何在水平 RecyclerView 中逐项滚动? 我不想滚动或平滑滚动 RecyclerView 中的所有项目。
【问题讨论】:
-
如果我正确理解您的“逐项”,您很可能需要
android.support.v7.widget.PagerSnapHelper -
确实如此。我需要 android.support.v7.widget.PagerSnapHelper。非常感谢
标签: android android-recyclerview scroll horizontal-scrolling smooth-scrolling