So I have custom list item with buttons for a ListView. When pressed, the button display alternate drawable to show feedback to user. However when I click on the row, every
im my opinion you need to disable the state from the parent as android:duplicateParentState="false"
android:duplicateParentState="false"
add this to your Button
Button