woxblom / DragListView

Drag and drop to reorder items in a list, grid or board for Android. Based on RecyclerView. Also supports swiping items in a list.
Apache License 2.0
693 stars 177 forks source link

can we add top bottom add row (horizontal view) just like column #169

Closed vandanabpatel closed 4 years ago

vandanabpatel commented 4 years ago

is that possible to add horizontal list as rom in top bottom

Untitled

woxblom commented 4 years ago

If you want to add this you can just do it outside the boardview. Let the boardvbiew handle the columns and then add horizontal lists above and below the boardview in the layout xml.

vandanabpatel commented 4 years ago

If we add outside of the boardview then we will not able to drag drop item with each other this what i am facing right now

woxblom commented 4 years ago

Ah I see, that kind of feature would unfortunately require a very big change in the lib as it is not designed for that, so I will not implement that.

You are however more than welcome to fork the lib and do it yourself and then send me a pull request.