标签: android android-edittext
如何使用java代码更改editText标签的颜色?
答案 0 :(得分:2)
您可以使用以下方法更改背景或字体颜色。
setTextColor(Color.BLUE); setBackgroundColor(Color.BLUE);