So I have a listview with a textview and imageview. When my Layout is initially loaded it works just fine. When the number of items in the listview is greater than what is initially visible and I scroll to view those items, my items in the listview are no longer clickable meaning it doesn't highlight when clicked and none of the listeners get triggered.
I'm guessing it's a focus issue but am not sure what attribute to set to change this behavior. Anybody experience this and have any suggestions? -- 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

