With reference to the new TextInputLayout released by Google, how do I change the floating label text color?
TextInputLayout
Setting colorControlNormal,
colorControlNormal
Found the answer, use android.support.design:hintTextAppearance attribute to set your own floating label appearance.
android.support.design:hintTextAppearance
Example: