I have an ImageButton and a LinearLayout wrapping that button, like this:
Set the selector to your LinearLayout and add android:descendantFocusability="blocksDescendants" to it.
LinearLayout
android:descendantFocusability="blocksDescendants"
In selector, replace all button backgrounds with layout backgrounds.
selector layout_bg_selector.xml :
layout_bg_selector.xml