我正在尝试更改ListView的文本color,但我找不到该怎么做..listViewObject=(ListView)findViewById(R.id.chathlist);ArrayListchatHistory=newArrayList();chatHistory.add("Msg1");chatHistory.add("Msg2");chatHistory.add("Msg3");chatHistory.add("Msg4");chatHistory.add("Msg5");chatHistory.add("Msg6");chatHistory.add("Msg7");Arr