InflationX / Calligraphy

Custom fonts in Android the easy way...
Apache License 2.0
1.09k stars 83 forks source link

Jumping toolbar titles #43

Open octokim opened 4 years ago

octokim commented 4 years ago

I faced with a problem that is similar to this one. I have separate toolbar on each fragment and after transition toolbar's title is oddly jumping. If I set toolbar's subtitle to null the problem is gone (as in that old issue).

ARRR42 commented 4 years ago

Same issue here

chrisjenx commented 3 years ago

Yes, I think thats because we force the titles to be inflated to set the typeface. Do you have a reproduceable example as I've not see this before :(