How (if possible) could I set a custom font in a ActionBar title text(only - not the tab text) with a font in my assets folder? I don\'t want to use the android:logo option.
No custom textview is required!
First, disable the title in the toobar in your java code : getSupportActionBar().setDisplayShowTitleEnabled(false);
Then, simply add a TextView inside the toolbar :