I want EditText
like one in above image. The problem is that if I use TextInputLayout
it shows default bar at the bottom and I want it with custom borders around it.
I also tried using the below examples,
Use the Material Design Outline Box style
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
See the design guide here