forte-music / android

An Android client for forte.
5 stars 0 forks source link

Setup Navigation Scaffolding #3

Open 0xcaff opened 5 years ago

0xcaff commented 5 years ago

There should be a bottom navigation bar. It should reflect the current view of the app. It should slide off the bottom of the screen when the bottom sheet opens.

0xcaff commented 5 years ago

This is a bit difficult as CoordinatorLayout doesn't seem to have a good way of doing a thing with a bottom sheet and bottom navigation bar. Two ideas: MotionLayout or a custom behavior.

0xcaff commented 5 years ago

I think MotionLayout will land in a month or two.