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.
在 HoloEverywhere 中,有没有办法更改通过触发的弹出窗口的背景可绘制对象TextView.setError(...)?
TextView.setError(...)
注意:默认(非 HoloEverywhere)TextView/EditText使用弹出窗口的内部资源,因此无法轻松设置样式。
TextView
EditText
您可以通过指定使用另一个背景图像来扩展TextView和覆盖。setError()
setError()
public void setError(CharSequence 错误,可绘制图标)