Dipak Keshariya
Dipak Keshariya

Reputation: 22291

How to change listview font color without using custom listview?

How to Change Listview Color withour using custom listview?

In my application the background is white so listview's font is not display.

Upvotes: 0

Views: 1517

Answers (3)

Pattabi Raman
Pattabi Raman

Reputation: 5854

you can change the listview font color by overriding the getview()method of a default listview adapter such as cursor adapter or simple cursor adapter .

Upvotes: 0

Herry
Herry

Reputation: 7087

i have search for your solution and finally i get that you can not change text color in list view without customize it so please note that.

Upvotes: 1

Shailendra Singh Rajawat
Shailendra Singh Rajawat

Reputation: 8242

either remove listview background or use customAdapter .

Upvotes: 0

Related Questions