With reference to the new TextInputLayout released by Google, how do I change the floating label text color?
TextInputLayout
Setting colorControlNormal,
colorControlNormal
In my case I added this "app:hintTextAppearance="@color/colorPrimaryDark"in my TextInputLayout widget.
app:hintTextAppearance="@color/colorPrimaryDark"