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.
<
Adding this line on TextInputLayout
works for me:
app:boxStrokeWidth="0dp"
UPDATE
Inside color res directory add et_box_color.xml file and add below lines inside of it:
Now add Your Material Edit text like below:
I added a background to make a border of the TextInputLayout, remove background of TextInputLayout if you don't need. Background of TextInputEditText will be necessary to make background transparent.