标签: java android interface
如何更改setError顶行的颜色?
我是说这个 http://puu.sh/nOU5c/a53c58254b.png
以编程方式或与xml无关,该行的红色与我的应用程序颜色主题不匹配!
由于
答案 0 :(得分:0)
您可以尝试以编程方式更改与View相关联的颜色:
yourView.setBackground(ContextCompat.getColor(ActivityContext, R.color.Red));