Possible Duplicate:
How to set text color of TextView by coding?
Here is my code:
TextView mapTextView = new TextView(contextOverlay);
mapTextView.Text = overlayDetailsForThisOverlay.stringName;
May I please have some help to change the text color for this text.
The documentation appears to show that there is a 'setTextColor' method.
I am new to Android programming. Do I need to set up an XML file (I am not sure of how/why to do this).
Thanks