SwipeRecyclerView icon indicating copy to clipboard operation
SwipeRecyclerView copied to clipboard

:melon: RecyclerView侧滑菜单,Item拖拽,滑动删除Item,自动加载更多,HeaderView,FooterView,Item分组黏贴。

Results 108 SwipeRecyclerView issues
Sort by recently updated
recently updated
newest added

多个viewtype没法拖动了,如果只有一种viewtype 很丝滑

AAPT: error: duplicate value for resource 'attr/contentViewId' with config ''.

偶尔出现列表item向左侧滑菜单显示空白

Kotlin代码如下,请问有解决方案吗? `tjyp_item_list.setOnItemLongClickListener { view, position -> tjyp_item_list.smoothOpenRightMenu(position) true }`

Android 10 红米手机及模拟器,setLongPressDragEnabled(true)后,长按事件不会触发;setLongPressDragEnabled(false)后,长按事件会触发;Android 8.0手机及模拟器没出现这个问题