배경을 투명하게
background = @null
<ImageButton
android:id="@+id/image3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null" />
</LinearLayout>
imagebutton 사용시, image가 깨지거나 회색 배경이 되는 경우
android:adjustViewBounds="true"
android:background="@android:color/transparent"
android:scaleType="fitCenter"