android imageView图片压缩

1.使用adjustbound = true
2.imageView需要使用src来设置图片资源,而不能使用background
3.imageView宽高,有一个为固定值,eg:宽match_parent,高wrap_content; 宽wrap_content,高match_parent;
如果宽高都固定,则也无效

你可能感兴趣的:(android imageView图片压缩)