标签: android android-recyclerview itemtouchhelper
我正在尝试使用ItemTouchHelper.Simple回调将“删除要删除的滑动”添加到我的LEFT滑动视图的recyclerview中,并且我想完全不移动itemView位置的情况下将图像滑动到“滑动”视图。是否可以使用ItemTouchHelper检测正确的滑动并使用该数据在itemView中的imageView上进行翻转动画?