yanzhenjie / SwipeRecyclerView

:melon: RecyclerView侧滑菜单,Item拖拽,滑动删除Item,自动加载更多,HeaderView,FooterView,Item分组黏贴。
https://github.com/yanzhenjie/SwipeRecyclerView
Apache License 2.0
5.65k stars 1.09k forks source link

fork了一个版本,我先维护着 #322

Open luqiming666 opened 2 years ago

luqiming666 commented 2 years ago

欢迎访问:https://github.com/luqiming666/SwipeRecyclerView

luqiming666 commented 2 years ago

使用AndroidX的组件已更新,欢迎试用: implementation 'com.github.luqiming666:SwipeRecyclerView:1.4.7'

Release notes:

  1. 侧滑菜单展示时,SwipeMenuLayout支持设置左侧和右侧的margin(打开自动模式:setAutoMarginEnabled(true))
  2. 侧滑菜单展开/收起的回调通知,可据此做更多UI定制
  3. 侧滑菜单打开时,自动关闭其他Item正打开着的侧滑菜单
withyi9223 commented 7 months ago

使用AndroidX的组件已更新,欢迎试用: implementation 'com.github.luqiming666:SwipeRecyclerView:1.4.7'

Release notes:

  1. 侧滑菜单展示时,SwipeMenuLayout支持设置左侧和右侧的margin(打开自动模式:setAutoMarginEnabled(true))
  2. 侧滑菜单展开/收起的回调通知,可据此做更多UI定制
  3. 侧滑菜单打开时,自动关闭其他Item正打开着的侧滑菜单

用不了 一直提示类型转换错误