Hi guys, Anyone knows how to make items of lazy column shaped like this?
i
Hi guys, Anyone knows how to make items of lazy column shaped like this?
g
You could use a
verticalArrangement = Arrangement.spacedBy(-cornerRadius)
so the items overlap a bit 🤔
☝️ 3
cheers 4
☝🏻 1
i
Thanks @gsala I did it and then set reverseLayout to true, and it worked 🙌