可能重複:
How to set text color of TextView by coding?TextView的顏色爲Android
這裏是我的代碼:
TextView mapTextView = new TextView(contextOverlay);
mapTextView.Text = overlayDetailsForThisOverlay.stringName;
我可以請有一定的幫助來改變文字顏色爲這個文本。
The documentation似乎表明存在'setTextColor'方法。
我是Android編程新手。我是否需要設置一個XML文件(我不確定如何/爲什麼要這樣做)。
謝謝