Android: How to Center title in ToolBar

后端 未结 19 1988
执念已碎
执念已碎 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

    As far as toolbar is a view group so you can create layouts inside it . Follow these steps

    1-Create a textview inside your Toolbar 2-make your textview gravity center

        
    
            
            
    
    
        
    

提交回复
热议问题