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 the following property in your in the xml of ImageButton:
android:background="@drawable/icon"
where icon is the name of the image kept in your drawable.