Android toolbar center title and custom font

前端 未结 30 2737
时光说笑
时光说笑 2020-11-22 04:11

I\'m trying to figure out the right way to use a custom font for the toolbar title, and center it in the toolbar (client requirement).

At the moment, i\'m using the

30条回答
  •  攒了一身酷
    2020-11-22 05:08

    I found another way to add custom toolbar without any adicional Java/Kotlin code.

    • First: create a XML with your custom toolbar layout with AppBarLayout as the parent:

      
      
      
      
      
          
      
      
      

    • Second: Include the toolbar in your layout:

                      
      
      
          
      
          
      
      
      

提交回复
热议问题