In ImageButton I want to remove the standard button background image. In http://developer.android.com it is said, that one must define his\\her own background i
ImageButton
Use:
android:background="@null"
in your layout xml.