Calligraphy icon indicating copy to clipboard operation
Calligraphy copied to clipboard

PreferenceScreen Title

Open Ltty opened this issue 10 years ago • 1 comments

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

Ltty avatar Dec 16 '14 06:12 Ltty

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).

chrisjenx avatar Dec 16 '14 11:12 chrisjenx