What is the best way to implement a TopAppBar accross multiple screen (but not all of the screens)? Do I have to implement it in each and every screen or is there a way to join several screens with a single TopAppBar. I'm working with Navigation API.