标签: android
我需要为setError指定精确的颜色(#8ae234):
editText2.setTextColor(Color.parseColor("#8ae234")); editText2.setError("ERROR");
这并没有帮助我做我需要的东西。它显示旧颜色而不是新颜色。