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?
1 Resposta
0
just change the color of textView in singleRow.xml you created which you inflate as a single row in the list view