Hi, I have a listview with a custom ArrayAdapter. I've implemented getView so I can do different things in different list items based on the contents. For example I call setBackgroundColor based on the contents of the list.
Problem now is that when the listItem is selected, it doesn't get the orange background. How do I tell when NOT to call setBackGround color? thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

