mirror of
				https://github.com/AdrianKuta/Unbound-Drag-Drop.git
				synced 2025-10-31 00:13:39 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user