Christopher Jenkins

Results 383 comments of Christopher Jenkins

@RafaRuiz My suggestion would be to move to the Calligraphy3 if that is something you still need or use the FontProviders in AndroidX now.

@basmaessen it won't be, this fork has no active dev. I would move to https://github.com/InflationX

Interesting, appt2 shouldn't break this, we'll need to raise a bug report to see why it's doing it

We don't use the `app:titleTextApperance` but the `android:titleTextApperance`

You can use `android:titleTextAppearance` you only need to compile above API 20 to use it. On Tue, 28 Jun 2016 at 10:56 Kevin van Mierlo [email protected] wrote: > @chrisjenx https://github.com/chrisjenx...

Does this still happen if you disable Calligraphy?

Oh that's great to know, I didn't know that! Hope that solves it! On Mon, Mar 20, 2017, 13:57 Andrew Kelly wrote: > @richardjbs This will still show the text...

Do you get an error in the console? Have you attached the base context?

Do you get an error from logcat On Thu, 23 Jun 2016, 21:00 Vinod Vishwakarma, [email protected] wrote: > I have attached the base context. And the error message is saying...

@akhyrul Yes I have been researching how to do this. I expect this will be a 2.x feature. For example you would define: ``` fonts/ OpenSans-Regular.ttf OpenSans-Bold.ttf OpenSans-Italic.ttf ``` Which...