Hello there Can anyone help me with the designing ...
# getting-started
m
Hello there Can anyone help me with the designing of the BottomNavigationBar. I want to implement the design in the SS, but the indicator of material3 is not matching.
d
NavigationBarItem(icon = { Icon( imageVector = item.icon, contentDescription = null, tint = if (item == selectedItem) _app_theme_colour_ else LocalContentColor.current ) }, label = { CommonTextSizable( text = stringResource(id = item.title), fontSize = 10.sp, color = if (item == selectedItem) _app_theme_colour_ else Color.Unspecified ) }, selected = false, onClick = { onBottomBarChange(item) })
try doing something like this