Android how to create an edittext that look like google login edittext

34 Views Asked by At

Is there any way to create a textfield in java that will look like one in the picture below? this is a sample of edittext i want create

i want know if i can extends EditText and create my own using custom EditText like floating label EditText

i want make it bordered and the hint display inside the stroke like that shown in the image above.

thanks.

1

There are 1 best solutions below

0
TG. Kahsay On

This is material TextInputLayout specifically, outlined Text input layout found here in more detail.