The approach suggested by Jeremy should work but android:textColor should be in a <TextView>...</TextView> AFAIK.
Or when you populate your list and access your TextViews, programmatically change the color by calling setTextColor(int). If it still doesn't work, try different colors, maybe accidentally you tried the default color. ------------------------------------------------- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

