I have a ListView which displays rows which can have a variety of
controls.  If the row contains TextViews, ImageViews, and/or Buttons,
everything works as expected.  However, if I add a EditText control to
a row, then I no longer seem to be able to select a row (touching
outside of the EditText control, of course).  Note that if I have a
button on the row, it still works, but if I touch the row itself,
onItemClick never fires.  Is it not possible to have EditText controls
on rows of a ListView?

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to