mirror of
https://github.com/AdrianKuta/Unbound-Drag-Drop.git
synced 2025-04-20 06:59:02 +02:00
Update README.md
This commit is contained in:
parent
b137849dd8
commit
feee6d674b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user