https://kotlinlang.org logo
#compose
Title
# compose
y

Yasin Kaçmaz

02/01/2021, 11:32 AM
Hi, does LazyGrid have span strategy. I' ve asked a question at Stackoverflow: https://stackoverflow.com/questions/65981114/does-jetpack-composes-lazyverticalgrid-have-span-strategy We can change grid count dynamically, but I want to have a full width footer when loading happens. Is there a way I can set span count for specific item?
s

Sinan Gunes

02/01/2021, 12:06 PM
@Yasin Kaçmaz there is a thread around this already. basically currently there is no way, and you can do it via LazyColumn easily as a workaround. Issue is reported, and waiting.
👍 1
20 Views