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.
我正在进行EditText 验证并使用“ setError”来显示错误消息。
EditText
setError
我的主要座右铭是将错误弹出窗口更改为我的应用程序设计。我使用了"android:errorMessageBackground"in 样式,但不幸的是我得到了**No Resource found error**。
"android:errorMessageBackground"
**No Resource found error**
使用过的基础 API:(2.2即使也尝试过4.0.3)不确定我们需要做什么?
2.2
4.0.3
这似乎是一个已知问题:https ://code.google.com/p/android/issues/detail?id=55879