How to remove ImageButton's standard background image?

Solution 1:

You can use android:background="@null" for your ImageButton.

See also:
    Android Developers official guide on Buttons

Solution 2:

The best choice is not set a transparent background to your ImageButton.

Give to your user a feedback when the button is tapped.

android:background="?attr/selectableItemBackgroundBorderless"