Android Quilt LayoutManager

410 Views Asked by At

I was wondering whether there is a layout manager which can provide a grid/quilt recycler-view with different items widths and heights which looks like quilt view (the picture below)

QuiltView picture

The QuiltView Library on GitHub

EDIT:

Thanks to Budius, I found the following link that provides a view which looks similar to what I need but isn't exactly a quiltview:

GridLayoutManager Span Size RecycleView

0

There are 0 best solutions below