标签:des android style blog http io ar os sp
无法响应点击事件OnItemClickListener
android:descendantFocusability="blocksDescendants"即可。这样Item Layout就屏蔽了所有子控件获取Focus的权限,
beforeDescendants:viewgroup会优先其子类控件而获取到焦点
afterDescendants:viewgroup只有当其子类控件不需要获取焦点时才获取焦点
blocksDescendants:viewgroup会覆盖子类控件而直接获得焦点
android lietView 自定义布局文件 含CheckBox 点击Item 勾选CheckBox
listView.setOnItemClickListener(new OnItemClickListener() {
无法响应点击事件listview.OnItemClickListener 11_13
标签:des android style blog http io ar os sp
原文地址:http://blog.csdn.net/zkcome/article/details/41082247