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

Render Problem #207

Closed devitundt closed 1 year ago

devitundt commented 1 year ago

anyone cant get a xml-Layout-Preview when using this lib?

ayazmuh commented 1 year ago

how to set column backgroundResources as like if column is empty show some text with image

woxblom commented 1 year ago

how to set column backgroundResources as like if column is empty show some text with image

Use public RecyclerView getRecyclerView(int column) and then call setBackgroundResource on the RecyclerView

woxblom commented 1 year ago

anyone cant get a xml-Layout-Preview when using this lib?

It does not support it as it is now unfortunately

woxblom commented 1 year ago

No response so closing