Re: [android-developers] Re: ListView, onFling(horizontal), gesture issues

2011-05-23 Thread Justin Anderson
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

[android-developers] Re: ListView, onFling(horizontal), gesture issues

2011-05-21 Thread Doug
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

[android-developers] Re: ListView, onFling(horizontal), gesture issues

2011-05-18 Thread Wall-E
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