Colton Idle
09/05/2021, 2:34 AMColumn(modifier = Modifier.padding(horizontal = 16.dp)) {
every item need the horizontal padding except for 1 item in the col. Is there an easy way to "opt out"?Chris Johnson
09/05/2021, 3:22 AM-16.dp
but otherwise the solution would get more complex. I.e maybe a custom layout?Will Shelor
09/05/2021, 4:50 AM