With reference to the new TextInputLayout released by Google, how do I change the floating label text color?
TextInputLayout
Setting colorControlNormal,
colorControlNormal
to change color of the text label when you are focusing on it. i.e. typing in it. you have to add specify
@color/yourcolorhere
Just a note: You have to add all these implementations to your main theme.