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.
如何使用 java 代码更改 editText 标签的颜色?
您可以使用以下方法更改背景或字体颜色。
setTextColor(Color.BLUE); setBackgroundColor(Color.BLUE);