Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试过用
textinputlayout.setError(null)
使用 TextWatcher,但错误仍然显示。它只会在去另一个活动后返回活动时消失
同时调用setError(null)和setErrorEnabled(false)。
setError(null)
setErrorEnabled(false)
OnTextChange 当您的文本有效时,仅调用仅setErrorEnabled(false)此而已。
使用TextInputEditText'sonFocusChangeListener并调用textEditInputText.setError(null)监听器。
TextInputEditText
onFocusChangeListener
textEditInputText.setError(null)