Это часть моей навигационной панели
Код: Выделить всё
Scaffold(
bottomBar = {
NavigationBar(
tonalElevation = 0.dp,
containerColor = Color.Blue
) {
// NavigationBarItems
}
}
)

Подробнее здесь: https://stackoverflow.com/questions/791 ... in-compose