Android centre title with navigation drawer

前端 未结 4 1119
一向
一向 2020-12-31 09:21

I currently have a navigation drawer with a toolbar that has a title, i wish to centre this title within the toolbar but the toolbar does not seem to take into consideration

4条回答
  •  庸人自扰
    2020-12-31 10:09

    Hope this will help. try to use this code into your xml , your code with few changes :

    
    

    Use this for each activity. This will makes sure that your text would cover the entire space next to the icon and center the text within it.

    
    
    
        
    
        
    
    
    
    --------Nav_Drawer layout 
    
        
        
    
            
    
            
    
            
    
        
    

提交回复
热议问题