Christopher Jenkins

Results 374 comments of Christopher Jenkins

This will work anywhere there is a view created from the base context of that activity, If a third party lib is instantiating views programmatically then you'll need to apply...

What do you mean change many styles? Calligraphy was intended to support fonts in XML layouts and apply them during LayoutInflation. If you intend to change fonts when the app...

Do all your activities override setting the `baseContext`? Can you show me how it's applied in your project. `onCreate` has nothing to do with that. Do you define the `CalligraphyConfig`...

Haha, OK amazing that this hasn't come up before. I'll be honest, not sure I really care about fixing this. For now don't use `android:onClick`. Your XML files are just...

That's a very very different. Also, personal opinion. I wouldn't use data binding either. On Wed, 27 Jul 2016, 15:41 Jon Andersen, [email protected] wrote: > For now don't use android:onClick....

Yes, I should point out DataBinding does work. On Wed, 27 Jul 2016, 15:56 David García, [email protected] wrote: > @jonandersen https://github.com/jonandersen have you tried something > like 'android:onClick="@{() -> handler.doSomething()}"...

What does `@style/AppTheme.TextAppearance` inherit from? Do you ever apply `TextAppearance.FontPath` to any `TextView`?

@zachtom nothing seems untowards, you would have to create a mini sample project as if you have done everything correctly it should just work, as does the CalligraphySample

Oh and FYI, dont inherit from `Theme.AppCompat.Light.NoActionBar` then inherit your Text Styles from `android.Widget.TextView` thats just wrong. Always use the `AppCompat` styles where applicable.