If it is the problem that Doug mentioned, then one thing I did in a similar
situation is to set the following attributes to false on the checkbox:
- focusable
- focusableInTouchMode
- clickable
Then I let the listview itself handle all the events. If you get a single
click, pogrammatically toggl
On May 18, 3:06 pm, Wall-E wrote:
> I'm also noticing that in my layout that I inflate inside the
> ListView, if I include a CheckBox, the behavior for the onClick for
> the ListView isn't working, meaning, usually when you click/touch the
> item in the ListView, it will be highlighted or change c
I'm also noticing that in my layout that I inflate inside the
ListView, if I include a CheckBox, the behavior for the onClick for
the ListView isn't working, meaning, usually when you click/touch the
item in the ListView, it will be highlighted or change colors. When I
add a CheckBox, it doesn't h
3 matches
Mail list logo