标签:
listview点击失效,原因可能是item布局中存在Button,该Button夺取了焦点。
解决办法:
1,在xml布局中,为Button添加android:focusable="false"
2,在item布局的根据点添加android:descendantFocusability="blocksDescendants"
Android_listview点击失效
原文地址:http://www.cnblogs.com/wangziqiang/p/4347596.html