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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I add padding bottom to ItemAdapter?

guizot opened this issue · comments

Can I add padding bottom to ItemAdapter list view and clipToPadding false ?

Yeah sure you should be able to do that. You can call getRecyclerView() on the BoardView if that is what you are using and then set the padding on that.