0

how to change the font color of list view in android?

I have used listview tag in my xml and array adapter in my java class... so how to change the font color of that list view?

20th Oct 2017, 7:45 PM
Avijit Das
Avijit Das - avatar
1 Respuesta
0
just change the color of textView in singleRow.xml you created which you inflate as a single row in the list view
20th Oct 2017, 8:04 PM
Peerzada Burhan
Peerzada Burhan - avatar