mirror of
https://github.com/AdrianKuta/Unbound-Drag-Drop.git
synced 2025-07-02 14:58:00 +02:00
Update README.md
This commit is contained in:
@ -74,7 +74,7 @@ dragDropHelper.attachToRecyclerView(recyclerView)
|
|||||||
#
|
#
|
||||||
### Step 3: Enable long click
|
### 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
|
```kotlin
|
||||||
viewHolder.itemView.isLongClickable = true
|
viewHolder.itemView.isLongClickable = true
|
||||||
|
Reference in New Issue
Block a user