Doist / RecyclerViewExtensions

RecyclerView made easier.
MIT License
493 stars 42 forks source link

Configuration flags for drag & drop #30

Closed goncalossilva closed 4 years ago

goncalossilva commented 4 years ago

This PR adds flags to configure various aspects of the drag & drop workflow. Namely, view translation, swapping and scrolling are now configurable, enabling DragDropHelper to be used in more contexts.

goncalossilva commented 4 years ago

Thanks for reviewing @rastislavvasko!