OnItemClickListener doesn’t work with ListView item containing button

just add this line into the item views instead of listView itself

android:focusable="false"

check more detail about this from Android custom ListView unable to click on items

Leave a Comment