http://i.imgur.com/TjNrI.png?1 {アイコンの画像}
写真でわかるように、電話のアイコンには灰色の輪郭があります。その背景(灰色)を取り除き、画像をIconとして表示するにはどうすればよいですか。
<ImageButton
android:id="@+id/imageButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/phone" />
これは私がすでに持っているものです。
ありがとう !