我想知道listview中图像视图大小的最佳方法。如果我想保持imageview相同,无论宽高比/图像像素,大小。有点像 whatsapp 。
什么是最好的解决方案?
选项
答案 0 :(得分:1)
我建议使用布局(选项1),它可以在不对屏幕进行任何计算的情况下缩放照片,方法是将adjustViewBounds设置为true,这样您仍然可以保留其宽高比。 / p>
Set this to true if you want the ImageView to adjust its bounds to preserve the aspect ratio of its drawable.