I am completely confused as to how the focusable and focusableInTouchMode are supposed to work. If I set focusableInTouchMode="true" for the items in my ListView the ItemClickListener is never called. Why?
I have the selector for the ListView set as a rect shape filled with a solid color. As I scroll through the items in the list or touch one of the items in the list I need to change the color of the text of some textviews in the row item. If the item has focus or is selected I need the text color to be white otherwise I need it to be black. I thought it would be a simple matter to create a OnFocusChange listener that would get called and have it respond based on the hasFocus value passed in. This does not work at all. Is there a "suggested" method of handling this (what seems to me) simple task? Regards, Mark -- 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

