Question

Hai! In my application i want to change the listView text color in android. How can i achieve this. any solution will be appreciated...

Was it helpful?

Solution

You'll need to use a custom Adapter to do this. This tutorial looks pretty good: custom list view

OTHER TIPS

ListView uses some optimizations when displaying itself, so you have to take some care when changing colors: http://developer.android.com/resources/articles/listview-backgrounds.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top