https://i.stack.imgur.com/pcNXg.png {Image of the Icon}
As you can see in the picture, there’s a grey outline in the phone icon. How do I get rid of that background (in grey) and just have the image as an I con.
<ImageButton
android:id="@+id/imageButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/phone" />
This is what I have already.
Thanks !
Try: