gpt4 book ai didi

android - 在 ImageView 中拉伸(stretch)图像

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:57:34 25 4
gpt4 key购买 nike

我有一个 ImageView,其高度和宽度设置为“fill_parent”,相对布局设置了相同的值。Set Image scaleType="fitXY"

这里是 XML 布局:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">


<ImageView
android:id="@+id/imageView1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scaleType="fitXY"
android:src="@drawable/background_image" />


</RelativeLayout>

适合宽度和高度但图像被拉伸(stretch)。

最佳答案

这就是 fitXY 应该做的。如果不想裁剪图像,可以尝试使用 centerInside,如果需要,可以尝试使用 centerCrop填充所有空间(并裁剪图像)。

Here是一个很好的列表,其中包含示例以更好地理解所有 scaleTypes

关于android - 在 ImageView 中拉伸(stretch)图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19450989/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com