I have an ListActivity and i am displaying one list with:
setListAdapter(new ArrayAdapter(getApplicationContext(), android.R.la
In simple word "you can't do it through simple setListAdapter" . you must used custom listview for freely changes in text color or in any other views
for Custom Listview you can go with this link