标签:
一般这种问题就是item里面有checkbox或button之类抢占焦点的控件,解决方案有2种:
第一种:就是在checkbox或button添加android:focusable="false"属性
第二种:就是在checkbox或button的父layout中添加android:descendantFocusability="blocksDescendants"
标签:
原文地址:http://www.cnblogs.com/androidxiaoyang/p/4641148.html