且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

RecyclerView 屏幕上只显示一项

更新时间:2023-11-12 17:04:40

据我所知,您需要一个垂直的 ViewPager.我正在使用 castorflex/VerticalViewPager 库,用于为我的一个项目实现这一目标.它就像 ViewPager 一样工作,我可以看到没有代码更改它只是从支持库中可用的 v19 ViewPager 复制粘贴,他将所有左/右更改为顶部/底部,将 X 更改为 Y.

As from I see you need a vertical ViewPager. I'm using castorflex/VerticalViewPager library for achieving that for one of my projects. It works just like a ViewPager, no code changes as I can see It's just a copy paste from the v19 ViewPager available in the support lib, where he changed all the left/right into top/bottom and X into Y.