How to change text color of simple list item

后端 未结 12 2127
清酒与你
清酒与你 2020-11-27 04:12

I have an ListActivity and i am displaying one list with:

setListAdapter(new ArrayAdapter(getApplicationContext(),
                android.R.la         


        
12条回答
  •  我在风中等你
    2020-11-27 04:30

    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

提交回复
热议问题