Dynamic width item in recyclerview Android

285 Views Asked by At

i want to make dynamic width items in recyclerview as shown in below image.

enter image description here

I'd tried a lot for finding solution but i didn't found any perfect solution. i found solution that we can create dynamic size items using StaggeredGridLayout but as i think, it only works with vertically dynamic size. i want to add items having horizontal dynamic sizes. how can i achieve that? please tell me if anyone knows. Thank you!

0

There are 0 best solutions below