I have this xml
The background (backgroundresource) and foreground (src) image are two different things, thus the one does not influence the other.
Remove the foreground image using:
imageButton.setImageDrawable(null);