如题,只需为抢占了ListView Item焦点的控件设置android:focusable="false"即可解决这个问题或者在代码中获得控件后调用:setFocusable(false) !!
確定! 回上一頁