I have a very simple ListActivity in my application using HoloLight theme. My ListView is being populated but the text is only visible when an item is highlighted. How do I fix this and why does it happen?
Edit : To clarify. Rather than fixing this locally in each list view I want to find a global solution.
There were several good answers. But, most of them included writing a new adapter which is unnecessary work. The most important thing is that you should have the color desired set in your xml. I wrote a new layout with the source for simple_list_item_2 and added a line to change text color. Tested and it works.