Android toolbar center title and custom font

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

    A very quick and easy way to set a custom font is to use a custom titleTextAppearance with a fontFamily:

    Add to styles.xml:

    
    

    In your res folder create a font folder (Ex: varela_round_regular.ttf)

    Read the official guide to find out more https://developer.android.com/guide/topics/ui/look-and-feel/fonts-in-xml.html

提交回复
热议问题