gpt4 book ai didi

java - 如何防止 imageview 中的图像被裁剪成正方形?

转载 作者:行者123 更新时间:2023-12-01 05:35:59 26 4
gpt4 key购买 nike

我正在尝试为我的应用程序创建一个启动屏幕,但图像不断被裁剪成屏幕中心的正方形。 Eclipse 中“图形布局”选项卡中的屏幕模型看起来不错,但是当我在模拟器或手机上测试它时,图像被剪切/裁剪为屏幕中心的正方形。

模拟器的屏幕截图可用 here .

其代码是:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/relativeLayout1"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >

<ImageView
android:id="@+id/imageView2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/digitalorange" />

</LinearLayout>

最佳答案

尝试将 android:scaleType="fitXY" 添加到您的 ImageView 中,看看它是否能提供您想要的内容。

关于java - 如何防止 imageview 中的图像被裁剪成正方形?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8204513/

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