标签: android android-recyclerview
我在RecyclerView中有两种类型的ViewHolders,一种是组头,另一种是组项。是否可以使用ItemTouchHelper将项目与组同时移动?
或者更一般地说,拖动其中一个视图可以同时移动多个视图吗?