ImageButton in Android with transparent background

Amira Elsayed Ismail picture Amira Elsayed Ismail · Feb 8, 2012 · Viewed 51.6k times · Source

I have follow this post to make ImageButton in android

android image button

The image appears to the button but it has some background , my Image is a png image and I want the button to be transparent background

any one help please

Answer

Sunny picture Sunny · Feb 8, 2012

add this line to your ImageButton xml layout.

android:background="@null"