chrisjenx / Calligraphy

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

How do you use Calligraphy on DatePicker? #440

Closed johnernest02 closed 5 years ago

johnernest02 commented 6 years ago

I want to change the fonts on a DatePickerView

chrisjenx commented 5 years ago

If it's created from inside your Activity and that Dialog inflates views, then it should work otherwise you'd have to do it by hand regarless of using this or AndroidX solution.