AlexGladkov / Odyssey

Odyssey it's a declarative multiplatform navigation library for Multiplatform Compose

Home Page:https://youtube.com/c/MobileDeveloper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bottom navigation elevation

MegaAndroidDeveloper666 opened this issue · comments

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.

commented

Fixed in 1.0.1