Reputation: 22291
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
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
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
Reputation: 8242
either remove listview background or use customAdapter .
Upvotes: 0