In this commit, I changed the app's top-level navigation from a navigation drawer to a navigation bar.
Main reasons for the switch
- App does not have enough top-level destinations to warrant a drawer
- Swipe gesture conflicts with our plan to use Accompanist's HorizontalPager for our tabs
- See issue tracker: https://issuetracker.google.com/issues/167408603