What steps will reproduce the problem?
1. set onclick listener for all header layout
2. after start the app, scroll up a several list item
3. the first header can't responding to onclick event,onclicklistener can't be
called for the first shown header
In my opinion, no matter in what state,the first shown in the listview should
be clickable. I tried to find why this happen , It turned out that the
drawchild called in dispatchdraw can't draw on clickable child.
I used android sdk 2.2
Original issue reported on code.google.com by
JiuLiang...@gmail.comon 12 May 2012 at 11:40