Padding Modifier VS. Content Padding - THIS Is the Difference

preview_player
Показать описание
Follow for more Android & Kotlin tips 🙌
Рекомендации по теме
Комментарии
Автор

Very interesting thanks. Though would be more clear by using a different item bg color

mark-
Автор

is there an equivalent of this for a Column ?

HimanshuKhanna-sh
Автор

Are you wiretapping to me or something? This is the exact problem I faced yesterday

arielapp
Автор

Thanks! i always pass paddingValues(it) to my contentPadding to get rid of the error in the lambda because i dont really know what it is, Now i have a clearer understanding.

NanleDevs
Автор

If my dumbass wanted to achieve a similar effect, I would have skipped the padding top instead of using Content Padding. Thanks for the tip

georgek
Автор

is there an equivalent of this for Column?

HimanshuKhanna-sh