Android toolbar center title and custom font

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

    No one has mentioned this, but there are some attributes for Toolbar:

    app:titleTextColor for setting the title text color

    app:titleTextAppearance for setting the title text appearance

    app:titleMargin for setting the margin

    And there are other specific-side margins such as marginStart, etc.

提交回复
热议问题