I'm having a hard time aligning bottom navigation ...
# compose
m
I'm having a hard time aligning bottom navigation items. The icons stick to the top, no matter how I modify items or icons. More in thread.
a
what happens if you set
BottomNavigationItem
height to
fillMaxHeight
or similar?
m
No changes with fillMaxHeight.
I was able to remedy that by following this using a y-offset. But, I'm still bugged why it happened.
I found that the icons look fine on the emulator, but they get out of the bottom navigation item area to the top.
On Emulator
On Physical device
I think there is some bug in BottomNavigation.
Eureka 😃 The problem was fixed by removing the label parameter from BottomNavigation