android imageView图片压缩
2022-12-12 本文已影响0人
小院里栽棵树
1.使用adjustbound = true
2.imageView需要使用src来设置图片资源,而不能使用background
3.imageView宽高,有一个为固定值,eg:宽match_parent,高wrap_content; 宽wrap_content,高match_parent;
如果宽高都固定,则也无效
1.使用adjustbound = true
2.imageView需要使用src来设置图片资源,而不能使用background
3.imageView宽高,有一个为固定值,eg:宽match_parent,高wrap_content; 宽wrap_content,高match_parent;
如果宽高都固定,则也无效