`

ListView与其中的Button,EditText,RatingBar等widget的click事件

阅读更多

在<RelativeLayout>中

android:descendantFocusability="blocksDescendants"

和<ImageButton>中

android:focusable="false"

这两项的设置很关键,如果不设置,将导致ListView的ItemClick事件将无法触发,该事件被ImageButton的click事件屏蔽了。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics