Ahmed
04/25/2025, 6:34 AMcontentPadding
of horizontal = 16.dp
to my LazyGrid
. For some specific itemType
(i have many item types) I want to ignore the contentPadding
. One way I can think of doing this is to apply the padding to all of the other itemsTypes
. Is there a better solution or something obvious that I am missing?brandonmcansh
04/26/2025, 2:18 AMAhmed
04/26/2025, 3:03 AMjava.lang.IllegalArgumentException: Padding must be non-negative
brandonmcansh
04/26/2025, 3:10 AMAhmed
04/26/2025, 4:18 AM