We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glide.with(this) .load(R.mipmap.icon_man) .transition(DrawableTransitionOptions.withCrossFade()) .into(rimg); // 加入动画 圆形(app:is_circle="true") 会失效
The text was updated successfully, but these errors were encountered:
@YUHAN-GUO 这个问题我找时间看看是不是有兼容问题,如果您着急修改,(既然使用了Glide)可以直接用Glide实现圆形图片
Sorry, something went wrong.
@RuffianZhong 我也遇到这个问题 RImageView 加上 app:is_circle="true" 会有问题 变小了很多
修复了吗,这个问题
No branches or pull requests
Glide.with(this)
.load(R.mipmap.icon_man)
.transition(DrawableTransitionOptions.withCrossFade())
.into(rimg);
// 加入动画 圆形(app:is_circle="true") 会失效
The text was updated successfully, but these errors were encountered: