florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 333 forks source link

Change typeface using 'singleDateTimePicker.setTypeface()' #293

Closed activesince93 closed 3 years ago

activesince93 commented 4 years ago

Change typeface using singleDateTimePicker.setTypeface(typeface)

For example,

singleDateAndTimePicker.setTypeface(Typeface.DEFAULT);
singleDateAndTimePicker2.setTypeface(ResourcesCompat.getFont(this, R.font.dinot_bold));
florent37 commented 3 years ago

Thanks