android - different colors for EdtiText hint and TextInputLayout label -


how can set different colors edittext hint , it's textinputlayout label. tried in themes , styles, android:textcolorhint in edittext , textinputlayout directly, , app:hinttextappearance attribute on textinputlayout. no 1 works! used same color.

i think, because textinputlayout code:

this.mdefaulttextcolor = this.medittext.gethinttextcolors(); 

i use 23.1.1 version of design library:

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

is there simple way this? see way write descendat of appcompatedittext, don't it


Comments