我正在使用EditText的TextInputLayout包装,我正在使用自定义字体。我能够在edittext上设置字体及其工作,但相同的字体不适用于TextInputLayout Label。如何在TextInputLayout Label上设置字体类型?
我已经尝试Change font of the floating label EditText and TextInputLayout了 但根本不工作。
任何建议都会有所帮助。
答案 0 :(得分:2)
从Design Library v23
开始,您可以使用TextInputLayout#setTypeface()
。
这将在展开和浮动提示上设置字体。
Feature request在b.android.com上进行了讨论。