I noticed that elements in my `LazyColumnFor` do...
# compose
o
I noticed that elements in my
LazyColumnFor
don’t have the same rendering of the shadow despite of having a fixed elevation of
4.dp
on each material
Card
item. Am I missing something ? In the screenshots bellow I compare between the shadow of the first and the last elements in the list link to sources : https://github.com/hfrsoussama/android-conferences/blob/a8b3725f1f8ad6f995d04bc554[…]rc/main/java/dev/lesam/androidconferences/HomeScreenActivity.kt
s
o
Thanks @Sergey Y. for sharing this, I have always worked with custom views so that I didn’t spot this slight variation before !
👍 1