kristiyanP / colorpicker

A simple color picker library for Android
Apache License 2.0
193 stars 43 forks source link

set custom font for title text and listener text #25

Open CrazyCoderAndroid opened 5 years ago

CrazyCoderAndroid commented 5 years ago

How can I set custom font for title text and listener text(i.e OK, cancel, default)??

kristiyanP commented 5 years ago

Right now there is no such option, in case you have the same font for the whole project you can still use calligraphy (https://github.com/chrisjenx/Calligraphy).

A PR for sure is welcome with this feature ;)