chrisjenx / Calligraphy

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

Font is not applied to Tabs in TabLayout #401

Closed alexmirash closed 5 years ago

alexmirash commented 7 years ago

Font is not applied to Tabs in TabLayout

ali73 commented 7 years ago

I've got same problem ... Issue #383 helped me to fix it.

chrisjenx commented 5 years ago

Tab's are created programatically at runtime not inflated so calligraphy can't hook into it. You'll need to define custom XML if you want it to work. Sorry :(