原因:TextView控件覆盖了LinearLayout ,同事也覆盖了他的点击事件,所有需要在 TextView的属性中添加: android:duplicateParentState="true"即可。 相关文章: