Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How to Change Listview Color withour using custom listview?

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

share|improve this question
you meant to say that change the all Text View Color to any one particular color. – Herry May 11 '11 at 12:01

3 Answers

up vote 1 down vote accepted

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.

share|improve this answer
If this will help you than just vote it up and please if you find any solution regard How to Change Listview Color withour using custom listview ? than answer me. – Herry May 12 '11 at 13:08

either remove listview background or use customAdapter .

share|improve this answer

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 .

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.