Android ImageView's onClickListener does not work

前端 未结 15 1785
情话喂你
情话喂你 2020-12-01 13:30

I have an ImageView for which I wanted to implement the onClickListener. But when I click on the image, nothing happens. Event the Logcat does not show any errors.

F

15条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 14:24

    Check if other view has the property match_parent or fill_parent ,those properties may cover your ImageView which has shown in your RelativeLayout.By the way,the accepted answer does not work in my case.

提交回复
热议问题