chrisjenx / Calligraphy

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

toast font did not change #456

Closed mrbelial closed 5 years ago

mrbelial commented 6 years ago

hi i have two app and use Calligraphy on both one of them is working but another one did not change font on toast i think there is a problem on style how i can fix it ?

chrisjenx commented 5 years ago

Last time I checked unless you are using a custom toast view you theres no way you could set xml for that view so it would never know to change it. If you use a custom view and start your toast from your activity context, it should work.