您的位置:首页 > 其它

ListView setOnItemClickListener无法响应点击事件解决

2013-06-15 22:49 666 查看
You need to set
android:descendantFocusability="blocksDescendants"
in
your custom xml layout file for the LinearLayout or whatever layout you've been using. (for defining your custom row)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: