chrisjenx / Calligraphy

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

Is there any way to use this with style for ActionBarTabText ? #67

Open izabelrodrigues opened 10 years ago

izabelrodrigues commented 10 years ago

I tried:

chrisjenx commented 10 years ago

Oh, never even thought of that use case, I would hope that this gets set by CalligraphyConfig.init('Default-Font.ttf') but I haven't tried?

I don't check down that style, I don't think there is a way for me to know what is a MenuItem either. Might be quite tricky..

aya-salama1989 commented 8 years ago

Did anyone manage to find solution for this issue, am facing the same case