InflationX / Calligraphy

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

This will affect the recyclerView items #46

Closed GaneshShetty951 closed 3 years ago

GaneshShetty951 commented 4 years ago

You can't change typeface through styles.xml in recyclerview items

chrisjenx commented 3 years ago

We use this in RecyclerView items with no problem. As long as you inflate your items instead of creating them should work fine.

If not please give example, logs, stacktrace etc...

Cheers!