使用recyclerview实现选择器
我是直接将github上https://github.com/BCsl/GalleryLayoutManager复制下来添加了禁止滚动 class GalleryLayoutManager(orientation: Int) : RecyclerView.LayoutManager(),ScrollVectorProvider {private var mFirstVisiblePosition 0private var mLastVisiblePos 0privat…
2026-01-28