idanatz / OneAdapter

A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
MIT License
470 stars 45 forks source link

Vertical Swipe Direction #24

Closed Minification closed 4 years ago

Minification commented 4 years ago

Hi,

since RecyclerViews can be in horizontal mode (i.e. items are laid out horizontally), it would be great to have vertical swipe directions, i.e. SwipeDirection.UP and SwipeDirection.DOWN.

As a matter of fact, that would be really great for me to have right now...

Thanks for reading and keep up the great work!

idanatz commented 4 years ago

Hi, Thanks :) Will be adding Up & Down directions in the next version later today