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

后端 未结 12 2122
野性不改
野性不改 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条回答
  •  [愿得一人]
    2020-11-27 12:35

    if You are Using Toolbar the just Add

    android:layout_gravity="center_horizontal"

    Under the Toolbar Just like this snippet

     
    
        
    
            
        
    
    
    

提交回复
热议问题