标签: android picasso
我正在使用Picasso来显示一些图像,正如标题所示,图像刚刚弹出,没有淡入淡出的动画。我正在使用2.5.2版本
Picasso.with(mContext) .load(url) .into(mTarget);
有没有办法强迫它?
谢谢,