With reference to the new TextInputLayout released by Google, how do I change the floating label text color?
TextInputLayout
Setting colorControlNormal,
colorControlNormal
In the latest version of the support library (23.0.0+), TextInputLayout takes the following attribute in XML to edit the floating label color: android:textColorHint="@color/white"
android:textColorHint="@color/white"