我正在将TextInputLayout与AppCompatEditText一起使用,该AppCompatEditText具有基于自定义 xml 形状的背景。
我的TextInputLayout是:
@drawable/edittext_bg在哪里:
当我在TextInputLayout上设置一些错误时,背景变成红色,这没关系。但是在使用setError(null)删除错误时,背景变成灰色,而不是原来的。
我正在将TextInputLayout与AppCompatEditText一起使用,该AppCompatEditText具有基于自定义 xml 形状的背景。
我的TextInputLayout是:
@drawable/edittext_bg在哪里:
当我在TextInputLayout上设置一些错误时,背景变成红色,这没关系。但是在使用setError(null)删除错误时,背景变成灰色,而不是原来的。