Calligraphy
Calligraphy copied to clipboard
PreferenceScreen Title
Hi,
it seems that Calligraphy is not working for PreferenceScreen titles. I am replacing the base context in the preference activities, so the preference screen itself is using the correct font, but if I use subscreens, the titles are not translated. Any idea how to solve this?
Best regards
Not tried with preference screens. I would assume they use the wrong LayoutInflater
. I'll leave this open to investigate with 2.0.0 release, but my guess would be they are inflated pragmatically by the PreferenceScreen instead of from a layout. (You define XML not a Layout).