Status Update
Comments
ar...@google.com <ar...@google.com> #2
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com> #3
Released in 25.1.0 of the Support Library.
pe...@gmail.com <pe...@gmail.com> #4
Thanks but we have to call setTypeface for every view!
It should be added to this method too -> setEditText();
Same as mCollapsingTextHelper:
mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
It should be added to this method too -> setEditText();
Same as mCollapsingTextHelper:
mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
ch...@google.com <ch...@google.com> #5
#4: Working as intended. We want the error message to use the system font unless explicitly changed.
Description
- Run, Click on show error button.
- Typeface not applied to ErrorView, but applied to EditText and Hint.
- When we set Typeface for TextInputLayout it should apply to ErrorView too not only hint.
Tested with support lib version 25.0.1 on Android Nougat.