Bottom navigation elevation
MegaAndroidDeveloper666 opened this issue · 1 comments
MegaAndroidDeveloper666 commented
There is no way to configure elevation of Bottom Navigation since Odyssey library code passes no value in BottomBarNavigotor.kt line 60. (v 1.0.0)
BottomNavigation( backgroundColor = bottomNavConfiguration.backgroundColor )
Thus androidx's composable BottomNavigation takes default value from BottomNavigationDefaults.Elevation = 8.dp
Please add possibility to change bottom navigation elevation.
AlexGladkov commented
Fixed in 1.0.1