listview的onItemClickListener失效

1.将ListView中Item中包含的所有控件的focusable属性设置为false

2.对Item Layout的根控件设置其android:descendantFocusability=”blocksDescendants”

原文地址:https://www.cnblogs.com/canphp/p/3010464.html