79229422

Date: 2024-11-27 08:21:05
Score: 2
Natty:
Report link

Remove underline when typing to word in EditText or removing undine on editText

programatically yourEditText.setOnFocusChangeListener { view, hasFocus -> onFocusChange(view,hasFocus) yourEditText.inputType=InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD }

or xml

android:inputType="textVisiblePassword" android:background="@null"

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28509005