If you stick it in a linear layout and move the bottom nav outside of the coordinator view, it will be below it on the screen.
You could do it this way, but I prefer using an empty fragment container which I put in the hosting activity, and then place the fragment inside of it in code.