Is there some way for compose to mix multiple type...
# compose
r
Is there some way for compose to mix multiple types of lists? For example, the header and footer of the list are a lazycolumn, and the middle is a lazyverticalgrid. For example, If I use Paging3 with LazyVerticalGrid and I want to add a loading indicator at the bottom of the list, the indicator can only use a Grid instead of a whole row
f
Your grid item can span across multiple item slots. Sou you could do a Row inside a grid
Look at GridItemSpan
👍 1
r
Thanks, that's what I need 🙂
f
Just look out for a crash on
1.2.0-alpha06
when using this.
❤️ 1