I am trying to convert my Android application to Jetpack Compose
I have a BottomNavigationView
configured with property app:itemActiveIndicatorStyle
set according to this post.
This allows for the "pill shaped" background material 3 style selection indicator on the Bottom tab nav view. But I cannot find how to do this with Jetpack Compose.