https://kotlinlang.org logo
#compose
Title
# compose
m

molikto

03/21/2020, 5:36 AM
Copy code
BottomNavigation(LayoutPadding(bottom = systemInsets.bottom)) {
It seems to me background is drawn within paddings?
It seems to me paddings is what "margin" to Android Views. there is a
EdgeInsets
parameter to
Container
that confusingly named
padding
2 Views