问题
I'm trying to replicate the breadcrumbs example:

I've gotten as far as adding TextViews to the Toolbar but can't fully replicate the font/size/color of the Toolbar's style and can't get the breadcrumbs to float off the screen to the left.
回答1:
You will need to create your own Breadcrumb View and add it in your Toolbar. Maybe based on the now deprecated FragmentBreadCrumbs view.
To get the breadcrumbs to float off the screen you can use negative margin.
来源:https://stackoverflow.com/questions/28228019/android-material-design-replicate-toolbar-breadcrumbs-example