Hi, I'm trying to get a visual feedback whenever I touch items of a ListView, but so far to no avail.
It is a custom view with an adapter derived from BaseAdapter, and the activity is not a ListActivity. Tried setFocusable(true) and setSelected(true) within the adapter's getView() method, but there's still no visual reaction of any sort. Hope someone can help. Eng --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

