Android列表视图应具有相同的imageview大小

时间:2014-06-18 04:41:16

标签: android android-listview

我想知道listview中图像视图大小的最佳方法。如果我想保持imageview相同,无论宽高比/图像像素,大小。有点像 whatsapp

什么是最好的解决方案?

选项

  1. 在布局xml文件中设置参数。
  2. 编程方式。
  3. 制作固定尺寸的自定义图像并在布局中使用

1 个答案:

答案 0 :(得分:1)

我建议使用布局(选项1),它可以在不对屏幕进行任何计算的情况下缩放照片,方法是将adjustViewBounds设置为true,这样您仍然可以保留其宽高比。 / p>

作为documentation

Set this to true if you want the ImageView to adjust its bounds to preserve the aspect ratio of its drawable.