I have seen similar questions and tried the solutions such as setting focusable to false but it is still not working. Here is my layout that contains the listview:
Actually nothing is wrong.
But the problem is from the custom_list_row.xml, when you click on the list view item,
You actually click on other tags in your
custom_list_row.xml
and these tags are not responsible for firing the ItemClickListener.
Change value of property android:layout_width of tags in the custom_list_row.xml to "wrap_content" or remove the tags and try again.