如何使用EditText android更改TextInputLayout包装中标签的字体样式

时间:2015-07-24 06:09:42

标签: android fonts android-edittext android-design-library android-textinputlayout

我正在使用EditText的TextInputLayout包装,我正在使用自定义字体。我能够在edittext上设置字体及其工作,但相同的字体不适用于TextInputLayout Label。如何在TextInputLayout Label上设置字体类型?

我已经尝试Change font of the floating label EditText and TextInputLayout了 但根本不工作。

任何建议都会有所帮助。

1 个答案:

答案 0 :(得分:2)

Design Library v23开始,您可以使用TextInputLayout#setTypeface()

这将在展开和浮动提示上设置字体。

Feature request在b.android.com上进行了讨论。