chrisjenx / Calligraphy

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

Font does not apply to TextInputLayout error text #400

Closed AmirHosseinKarimi closed 5 years ago

AmirHosseinKarimi commented 7 years ago

Hi, Thanks for this awesome library. I use it... Its very good. But have missing some things like this: photo_2017-07-06_22-23-07 In TextInputLayout when set Error enabled, Font does not apply to error text. Thanks.

behzadian commented 7 years ago

this is my problem, is there any voting system in here?

AmirHosseinKarimi commented 7 years ago

@behzadian Thanks for vote. There is some method to bypass this problem. You can find they in issues of this repository.

chrisjenx commented 7 years ago

The hintText isn't set by setTypeface you'll need to manually override the setHintTypeface annoyingly.

We have pretty much stopped development here in lieu of official support from Google and our github.com/InflationX efforts.