I have an android screen which takes email from the user. Below is the snippet of the code, I want to remove the underline which appears below the text.
<
If you want to use the filled box then below code perfectly work for me.
app:boxStrokeWidth="0dp" app:boxStrokeWidthFocused="0dp"
add above lines in the input layout.