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

建议增加单个item能否拖动或者滑动回调 #256

Closed vudiy closed 5 years ago

vudiy commented 5 years ago

建议增加单个item能否拖动或者滑动回调,并不是现在默认所有的item的行为一致

yanzhenjie commented 5 years ago

支持,设置OnItemMovementListener即可。

vudiy commented 5 years ago

OnItemMovementListener里面的onItemMove是判断拖拽后是否能移动,而我说的是item是否能拖拽

vudiy commented 5 years ago

@yanzhenjie

yanzhenjie commented 5 years ago

你看错类了吧。

vudiy commented 5 years ago

非常抱歉,确实看错了