ListView Item点击事件无效,不响应

在listview中添加的item,一般情况是通过一个adapter添加,adapter载入一个xml文件,xml文件中是一些控件,但是如果其中某一个控件设置了
android:focusable="true"
那么listview将无法响应OnItemClick事件

你可能感兴趣的:(android,ListView,安卓,控件)