<How to have different top app bar but same bottm ...
# stackoverflow
r
How to have different top app bar but same bottm app bar in voyager navigation I want to have different topapp bars for different screens in android app but have same bottom bar this is my current setup @Composable fun MainCompose(){ AppTheme { Navigator(ProjectScreen()) {navigation -> Scaffold( bottomBar = { BottomNavigationBar() }, ){innerPadding -> SlideTransition( navigator = navigation, modifier =...