How to set custom font to android toolbar's subtitle? -


i want subtitle´s textview in android's toolbar change it's font. i'm doing title, getting on way:

field f = toolbar.getclass().getdeclaredfield("mtitletextview"); f.setaccessible(true); titletextview = (textview) f.get(toolbar); 

i've tried same code trying "msubtitletextview" that's not solution.

thanks!!

you can subtitle textview this:

view subtitleview = toolbar.getchildat(1); 

if don't add views toolbar, default structure is:

[0] - (textview) title [1] - (textview) subtitle [2] - (actionmenuview) menu 

hope helps!


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -