登录 注册
当前位置:主页 > 资源下载 > 9 > PathLayoutManager的Android代码

PathLayoutManager的Android代码

  • 更新:2024-09-21 13:22:26
  • 大小:89KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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 (无限循环)