-
PathLayoutManager的Android代码
资源介绍
RecyclerView的LayoutManager,轻松实现各种炫酷、特殊效果,再也不怕产品经理为难!
博客详情: https://blog.****.net/u011387817/article/details/81875021
使用方式:
添加依赖:
implementation 'com.wuyr:pathlayoutmanager:1.0.3'
APIs:
Method
Description
updatePath(Path path)
更新Path
setItemOffset(int itemOffset)
设置Item间距 (单位: px)
setOrientation(int orientation)
设置滑动方向:RecyclerView.HORIZONTAL (水平滑动)RecyclerView.VERTICAL (垂直滑动)
setScrollMode(int mode)
设置滚动模式:SCROLL_MODE_NORMAL (普通模式)SCROLL_MODE_OVERFLOW (允许溢出)SCROLL_MODE_LOOP (无限循环)