Today I have just updated my dependencies of material design
from 1.0.0 to 1.1.0-alpha09
implementa
Using a material Theme the default style used by the TextInputLayout is @style/Widget.MaterialComponents.TextInputLayout.FilledBox
To obtain something similar just change the background color using the boxBackgroundColor attribute:
Also use the android:hint="@string/hint_enter_email" in the TextInputLayout not in the TextInputEditText