gpt4 book ai didi

android - 如何避免 ImageView 中的图像拉伸(stretch)

转载 作者:行者123 更新时间:2023-11-29 02:12:02 25 4
gpt4 key购买 nike

我有一个 320x480 的图像,我正在 320x480 的设备中运行该应用程序。我将图像设置为 android:background 然后我的图像被拉伸(stretch)。但是如果我使用 android:src 然后我在图像后面得到空白,就好像图像没有覆盖屏幕一样。如何在 ImageView 中设置图像,使我的图像既不会被拉伸(stretch)又会覆盖整个屏幕。

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffff"
>
<ImageView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/about1"/>
</LinearLayout>

最佳答案

查看 ImageView 属性 adjustViewBounds .

将其设置为 true 在类似情况下帮助了我

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

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