标签: android material-design android-appcompat android-textinputlayout
我正在 TextInputLayout 与 AppCompatEditText 一起使用 AppCompatEditText 具有自定义基于xml形状的背景。
我的 TextInputLayout 是:
@ drawable / edittext_bg 的位置是:
当我在 TextInputLayout 上设置了一些错误时,背景变为红色即可。但是在使用 setError(null)删除错误时,背景变为灰色,而不是原始背景。