ListView设置onItemClickListener没有生效,点击没有反应

首先检查是否对item根布局设置了android:clickable=false;

如果是的话改为true;

再看是否在item的布局里加入了button或者imagebutton,如果加了的话,这两个控件会默认获取焦点,

在button/imagebutton中加入android:focusable=false;即可


如果有疑问欢迎留言。

欢迎参观博主其他博客。

猜你喜欢

转载自blog.csdn.net/yonghuming_jesse/article/details/79881414