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
No one has mentioned this, but there are some attributes for Toolbar:
Toolbar
app:titleTextColor for setting the title text color
app:titleTextColor
app:titleTextAppearance for setting the title text appearance
app:titleTextAppearance
app:titleMargin for setting the margin
app:titleMargin
And there are other specific-side margins such as marginStart, etc.
marginStart