Christopher Jenkins

Results 374 comments of Christopher Jenkins

This may be one of those times you need to change your font to see if it works with a different one. On Sat, 30 Apr 2016, 07:28 neywen, [email protected]...

Post an example, and I'll have a look. I'm using recycler views with no problems. On Sat, 30 Apr 2016, 08:21 neywen, [email protected] wrote: > Thanks for answering, > The...

Never tried, I use styles. But if your theme extended a base theme then it should work.

Well you can set the fontPath in a theme. But never tried applying a theme directly to a `View`, I do this with the `Toolbar` and it works correctly. I...

You'll need to post code of how you have implimented Calligraphy.

Not sure, this works for me, I would double check how you are getting the layout inflater

I'm writing a talk, quite literally on this now! On Thu, Mar 2, 2017, 08:59 Anoop S S wrote: > @v-singhal @chrisjenx > @njwandroid > This issue depends on the...

You have to init Calligraphy in the Application class! Then attach to the base context in every activity. On Tue, Mar 28, 2017, 07:25 Anoop S S wrote: > @redevill...

Quite nice addition. checking the value for `?attr` seems odd. This should work without any special use case. (as in when resolving the style it should work out the reference...

For example. `context.obtainStyledAttributes( attrs, com.android.internal.R.styleable.View, defStyleAttr, defStyleRes);` will resolve background resource correctly when you do: `android:background="?attr/backgroundWindow"` etc. This might be an underlying issue with the way we resolve the fontPath...