Android toolbar center title and custom font

前端 未结 30 3092
时光说笑
时光说笑 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:13

    for custom font in toolbar you can override textView font in style and then every textView in your app also toolbar title font changed automatically i tested it in android studio 3.1.3

    in style do it:

    
    

    and then in your theme use this:

    @style/defaultTextViewStyle
    

提交回复
热议问题