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.
我可以更改背景颜色,但如何更改 Gridview 内容的文本颜色?
GridView 只是一个布局控件。您想要更改放入 GridView 中的组件的颜色 - 可能是 TextView。试试 TextView.setTextColor()。