Issues with Button press states in each ListView row
问题 I'm having problems with button presses in ListView rows. The background attribute for each Button refers to a XML selector file; in order to select a different image on button presses. I'm able to get press events from OnClickListener, but the state selector breaks and does not register presses with android:state_pressed="true" and android:state_focused="false" . If I remove android:descendantFocusability="blocksDescendants" from the parent/root Layout XML for the button; then the press