Pablo Costa
01/22/2021, 2:45 PMModifier
.fillMaxWidth()
.padding(horizontal = 16.dp, vertical = 8.dp)
And want to keep the fillMaxWidth
down the chain but remove the padding, is that possible?
Thanks!!!jim
01/22/2021, 3:59 PMPablo Costa
01/22/2021, 4:40 PM