dagomni
BottomNavigationItem( modifier = Modifier.fillMaxWidth() + Modifier.ripple(enabled = false), alwaysShowLabels = true, icon = { Icon(vectorResource(item.first)) }, text = { Text(stringResource(item.second)) } }, selected = selectedItem == item, onSelected = { println("println statement that is not getting called") } )
Louis Pullen-Freilich [G]
Modifier.ripple
ripple
BottomNavigationItem
A modern programming language that makes developers happier.