Android: How to Center title in ToolBar

后端 未结 19 1986
执念已碎
执念已碎 2020-11-27 19:04

I am using ToolBar in my project first time, so i do not know how to customized the toolbar in android. I need to centered title in to the tool bar and how to do that please

19条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-27 19:55

    You can force the toolbar to the center by wrapping title and level right padding which has default left padding for title. Then put background color to the parent of toolbar and that way part which is cut out by wrapping title is in the same color(white in my example):

    
    
                
    
    
    

提交回复
热议问题