这是我从服务器获取的图像。
这是我调整大小的图片。
我的ImageView
身高始终为120dp
,宽度为fill_parent
。我从服务器获取1024 * 1024像素图像。如何更改图像以便在ImageView
中进行设置而不进行拉伸?我制定了one,two,three等。但我得到了可伸缩的形象。
给出一些想法来解决这个问题。
提前致谢。
答案 0 :(得分:0)
在XML中,您可以尝试使用:
android:layout_width="match_parent"
android:layout_height="120dp"
android:scaleType="fitXY"