Does anyone know why the bottom of the lazyColumn ...
# compose
n
Does anyone know why the bottom of the lazyColumn is incomplete?
Here is a simple lazyColumn code https://paste.ubuntu.com/p/TZT6Q5Z2Wb/
It looks like this
This is where the Activities method is called
c
1. I like that color theme. what is that? 2. It looks like your bottom bar is simply covering the last bit of your lazy column. or it looks like it might be due to your Modifier.navigationBarsPadding()
a
This one is working as intended
I just added .padding to the Modifier of the LazyColumn
👍 1
n
@Colton Idle
Modifier.navigationBarsPadding() should be added, otherwise BottomNavigation will not be in the right position
and my color theme is
Atom One Dark
+ Material Theme Icon
code font is
jetbrains mono
👍 1
Yes.. I tried to add
Copy code
calculateBottomPadding()
to lazycolumn it work
👍 2
@Arslan Armanuly thank you ! It seems that the padding needs to be added
c
Maybe @cb who works on insetter, or I believe @Louis Pullen-Freilich [G] is on the material team can determine whether this was working as intended. I don't remember if you have to apply the padding twice, but I guess it makes sense that you would need to?
n
But I think it's a bit strange that it should normally be displayed in its entirety without adding padding
c
This is working as intended. Only you know your layout and it’s difficult/impossible to auto set this
🎉 1
👍 2