Remove underline from TextInputEditText

后端 未结 13 2169
我寻月下人不归
我寻月下人不归 2021-01-04 01:10

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.

<         


        
13条回答
  •  生来不讨喜
    2021-01-04 01:45

    If you want app:boxBackgroundMode with filled and without underline than this will work

    0dp
    0dp
    

提交回复
热议问题