标签: android android-widget android-edittext
我正在使用EditText验证并使用“setError”来显示错误消息。
EditText
setError
我的主要座右铭是将错误弹出窗口更改为我的应用程序设计。我在样式中使用了"android:errorMessageBackground"但不幸的是我得到**No Resource found error**。
"android:errorMessageBackground"
**No Resource found error**
使用过的基础API:2.2(即使尝试了4.0.3)也不确定我们需要做什么?
2.2
4.0.3
答案 0 :(得分:3)
这似乎是一个众所周知的问题:https://code.google.com/p/android/issues/detail?id=55879