본문 바로가기

이미지버튼 사이즈 조절

반응형

<ImageButton
    android:id="@+id/button1"
    android:layout_width="100dip"
    android:layout_height="wrap_content"
    android:background="@android:color/white"
    android:layout_weight="1"
    android:adjustViewBounds="true"
    android:src="@drawable/nav1"

이미지에 맞게 사이즈를 자동 조절 시켜준다.
android:adjustViewBounds="true"
android:scaleType="fitXY"

반응형

댓글


Copyright ⓒ SmartWeb All rights reserved.