How to align title at center of ActionBar in default theme(Theme.Holo.Light)

后端 未结 12 2156
野性不改
野性不改 2020-11-27 12:08

I searched a lot but can not find a way, How can I set then title at center of ActionBar instead of left aligned. I used below code to set the title at center :



        
12条回答
  •  Happy的楠姐
    2020-11-27 12:53

    I had the same problem, and because of the "Home" button added automatically in the toolbar, my text was not exactly entered.

    I fixed it the dirty way but it works well in my case. I simply added a margin to the right of my TextView to compensate for the home button on the left. Here's my toolbar layout :

    
    
        
    
    
    

提交回复
热议问题