gpt4 book ai didi

android - 在容器中将图像居中缩放并裁剪其余部分

转载 作者:行者123 更新时间:2023-11-30 03:21:25 25 4
gpt4 key购买 nike

我有这种情况。所以图片比容器大

enter image description here

我希望它根据容器大小缩小或放大,但同时将它放在中心并裁剪其余部分(水平)。

所以我做了这样的事情。

<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/header_long"
android:gravity="center"
android:antialias="true"
android:dither="true"/>

但是现在看起来是这样的。裁剪了顶部、底部、左侧和右侧。

enter image description here

我希望它是这样的。

enter image description here

最佳答案

试试这个

android:scaleType="centerCrop"

关于android - 在容器中将图像居中缩放并裁剪其余部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19068107/

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