Update README.md

This commit is contained in:
Adrian Kuta 2024-06-26 09:52:24 +02:00
parent b137849dd8
commit feee6d674b

View File

@ -74,7 +74,7 @@ dragDropHelper.attachToRecyclerView(recyclerView)
#
### Step 3: Enable long click
Dragging is enabled only for views with long click enabled. To allow dragging and dropping of RecyclerView items, you need to set isLongClickable to true for each RecyclerView item.
Dragging is enabled only for views with long click enabled. To allow dragging and dropping of `RecyclerView` items, you need to set `isLongClickable` to `true` for each RecyclerView item.
```kotlin
viewHolder.itemView.isLongClickable = true