I\'m using TextInputLayout from android design library version 25.1.1. With the following code:
Just use the Material Components library and the standard TextInputLayout component.
Add the app:boxCornerRadiusBottomEnd="xxdp", app:boxCornerRadiusTopEnd="xxdp", app:boxCornerRadiusBottomStart="xxdp", app:boxCornerRadiusTopStart="xxdp" attributes.
Something like:
Otherwise you can define a custom style and use the shapeAppearanceOverlay attribute:
with: