I have follow this post to make ImageButton in android
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
add this line to your ImageButton xml layout.
android:background="@null"