Android ImageButton


배경을 투명하게

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"

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다