in my app i have created a list view and added some text in the list. In my coding part the text are been added as an array adapter to have a check box. In the layout i have given a white color for the list view because of this the text appear to be very dull. How to set the text color to be as black.
Share
If the text is added as a part of a TextView, you should be able to call setTextColor(int) on it.