How to remove the underline from the EditText field in Android?

后端 未结 10 1147
心在旅途
心在旅途 2020-12-14 14:47

Whenever a word is typed in the EditText box, I always see an underline under the word being typed. But when I press a space after that word I no longer see the underline.

10条回答
  •  遥遥无期
    2020-12-14 15:06

    You can set the EditText to have a custom transparent drawable or just use android:background="@android:color/transparent".

提交回复
热议问题