gpt4 book ai didi

android - Fit 不能与 Target Picasso Android 一起使用

转载 作者:行者123 更新时间:2023-12-04 03:20:38 25 4
gpt4 key购买 nike

我想对目标使用 fit()。但它不会让我。我还能做什么?我想做这样的事情:

Picasso.with(this).load(selectedImage).fit().into(target);

最佳答案

如果您使用 fit(),您的目标必须是 ImageView。

来自 javadoc:http://square.github.io/picasso/2.x/picasso/com/squareup/picasso/RequestCreator.html#fit--

public RequestCreator fit()

Attempt to resize the image to fit exactly into the target ImageView's bounds.
This will result in delayed execution of the request until the ImageView has been
laid out.

Note: This method works only when your target is an ImageView.

关于android - Fit 不能与 Target Picasso Android 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38542728/

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