EdtiText提示和TextInputLayout标签的不同颜色

时间:2016-01-24 16:40:55

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

如何为EditText提示及其TextInputLayout标签设置不同的颜色。 我尝试在主题和样式中使用,直接在EditText和TextInputLayout中使用android:textColorHint,在TextInputLayout上使用app:hintTextAppearance属性。 但没有人工作!总是使用相同的颜色。

我认为,这是因为TextInputLayout代码:

this.mDefaultTextColor = this.mEditText.getHintTextColors();

我使用23.1.1版本的设计库:

compile 'com.android.support:design:23.1.1'

有简单的方法吗? 我只看到写AppCompatEditText下降的方法,但不喜欢它

0 个答案:

没有答案