はい、調べました!
<!-- comment --> 
正しい選択のようですが、android-studio Gradle: Error parsing XML: not well-formed (invalid token) でエラーが発生します
私がこれをするとき
<ImageButton
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    <!-- android:background="?android:attr/selectableItemBackground" -->
    android:id="@+id/imageButton" 
    android:layout_alignParentTop="true"
    android:src="@drawable/gfx_select_medium"
    android:layout_marginRight="22dp"/>
どんな助けでも大歓迎です、thx!