I using the TextInputLayout UI mechanism in my login page of the application, everything works great except for device that run the 4.4.2 android version on this devices I h
What fixed this issue was removing the parent="TextAppearance.AppCompat" from the style configuration:
parent="TextAppearance.AppCompat"
So now the style looks as follows:
And in the xml layout: