Yes, there is special code to ignore clicks on group headers and still get list item clicks - see the bottom of my blog post.
As for my solution being similar to someone else's - I haven't seen the other blog before, and I think it is missing a crucial piece, the group start test method. But then again, it's not rocket science... -- Kostya Vasilyev -- http://kmansoft.wordpress.com 17.11.2010 1:02 пользователь "Neilz" <[email protected]> написал: Hi Kostya. At first glance, your solution does not look that much different by the one suggested by Thierry above. Essentially, there's an alteration to the list row view where a header is present - or in your case a different list row view. The problem with Thierry's solution (for me) was that if you pressed the header, the rest of the list item was highlighted - it was still clickable. I want the separator to be completely untied to the list item, so that if you click it, nothing happens. Does your solution act in this manner? On Nov 16, 1:49 pm, Kostya Vasilyev <[email protected]> wrote: > Ok, here it is: > > http://kmansoft.wordpress.com/2010/11/16/adding-group-headers-to-list... > > -- Kostya > > 15.11.2010 21:48, Neilz пишет: > > > Yes please Kostya, and thanks for your input ... -- You received this message because you are subscribed to the Google Groups "Android Developers" g... -- 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

