The padding of both divider and button has no effect when wrapping them within AV, but when I comment AV out the padding works well, am I missing anything?
AmrJyniat
09/10/2022, 6:48 AM
No, this is what I'm expecting but not happens when wrapping them within AV
l
lesincs
09/12/2022, 1:55 PM
Are you trying to say that the
Modifier.padding(bottom = 12.dp)
for
Divider
is not working? If so I found that both
start
end
top
are working except
bottom
, and if you wrap the
Divider
and
Button
into a
Column
, it will be working as well, so I guess the reason should be the