Hi all, Just been trying LazyRowFor in alpha06. I’...
# compose
n
Hi all, Just been trying LazyRowFor in alpha06. I’ve notice a problem when using a constraint layout in each item. In the constraint I have a background image, surface and logo image. They should be displayed in this order with the background image at the back and logo image at the front. The order the items are overlaid is now inconsistent as you scroll through the row. This worked ok in alpha02.
h
This is a known issue and will be fixed in an upcoming release. More here, https://issuetracker.google.com/issues/171291358
For an immediate fix you can use
Modifier.zIndex
for your ConstraintLayout children
n
Great, thanks, I’ll give that a try. 👍