Android material design replicate toolbar breadcrumbs example

怎甘沉沦 提交于 2019-12-10 12:47:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!