ListView setOnItemClickListener not working by adding button

Try setting your buttons (or any other views you want to handle click inside a list item) like this:

android:focusable="false"
android:focusableInTouchMode="false"

Leave a Comment