안녕하세요.

 

단말기 해상도와 상관없이 이미지를 가로를 꽉채우고 새로길이도 늘어난 비율에 맞게 늘리고 싶습니다.

 

        <ImageView
            android:id="@+id/psmall_img"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:adjustViewBounds="true"
            android:background="@null"
            android:scaleType="fitXY"
            android:src="@drawable/btn_del" />

 

 

이렇게 했더니 가로는 꽉차는데, 새로는 비율에 맞게 늘어나지가 않습니다.

 

답변 부탁 드리겠습니다.

 

감사합니다.