标签:android
ListView.setOnItemClickListener不起作用的原因是item的layout中对以下两个属性设置为true:
android:focusable="true" android:focusableInTouchMode="true"
android:focusable="false"
android:focusableInTouchMode="false"
ListView.setOnItemClickListener不起作用的原因
标签:android
原文地址:http://blog.csdn.net/bettarwang/article/details/45897199