All, I need help to resolve focusability/selection of Views part of my ListActivity which is fed by ResourceCursorAdapter I use newView and bindView to add custom View dependeing on data from Cursor My list items have a TextView and ImageView , and I want each to have separate focus.
With default implementation when I scroll down I have the entire agrregate view (TextView + ImageView) selected Desired behaviour: I want default scroll to happen only on TextView and I want to be able to scroll/ shift focus left-right using keypad between the TextView and ImageView Any ideas how to detach default behaviour of ListActivity which now highlights the entire aggregate View -- 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

