Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用大马家滑块库。
但我需要显示上一个、下一个图像的一部分。
它看起来像这样。
我找不到选项。
我怎样才能做到这一点?
要实现此 UI,您可以
选项 1:使用ViewPager并为其设置填充(您可以检查此)
ViewPager
选项 2:当您有太多图像要显示并想要回收时 -> 使用横向RecyclerView(SnapHelper您可以检查这个)
RecyclerView
SnapHelper