无需拉伸即可更改图像尺寸

时间:2014-03-05 13:50:58

标签: android android-imageview scale android-image aspect-ratio

这是我从服务器获取的图像。enter image description here

这是我调整大小的图片。 enter image description here

我的ImageView身高始终为120dp,宽度为fill_parent。我从服务器获取1024 * 1024像素图像。如何更改图像以便在ImageView中进行设置而不进行拉伸?我制定了onetwothree等。但我得到了可伸缩的形象。 给出一些想法来解决这个问题。

提前致谢。

1 个答案:

答案 0 :(得分:0)

在XML中,您可以尝试使用:

android:layout_width="match_parent"
android:layout_height="120dp"
android:scaleType="fitXY"