<Button android:id="@+id/icon_button3"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@drawable/main_menu_button"
    android:drawableTop="@drawable/icon_memory"
    android:text="@string/voca_memory_icon"
    android:ellipsize="marquee"
    android:textAppearance="?android:attr/textAppearanceMedium"
    android:textColor="?android:attr/textColorPrimaryDisableOnly"
    android:singleLine="true"
    android:layout_marginBottom="35dip"
    android:paddingTop="30dip" android:focusable="false"/>

layout의 일부분입니다. 이렇게 해서 실행하면 첨부한 사진과 같이 버튼이 나오는데요, 버튼위의 이미지 배경에 검정색들

어떻게 못 지우나요..방법을 못찾겠네요