Add an image button with transparent background
Try using null for the background for your image button in the xml layout.
android:background="@null"
Try using null for the background for your image button in the xml layout.
android:background="@null"