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

Background drawable for whole column #198

Closed Crabgore closed 2 years ago

Crabgore commented 2 years ago

Hi!

How can i add a background drawable for column?

The library is great, btw ;)

woxblom commented 2 years ago

Hey and thanks! :)

You can call RecyclerView getRecyclerView(int column) and then setBackground on that view.

Crabgore commented 2 years ago

Thank you very much!