我有一个GridView,我需要在其中显示图像。我已应用以下逻辑:
If 1 Photo : 1 row and 1 col and full width image.
If 2 Photos : 1 row and 2 cols with equal width of both images (half of screen width)
If 3 photos: 2 rows. 1st row will be having 1 col (1 image with full width)
and 2nd row will be having 2 images with equal width (half of screen width)
If 4 or more photos : width will be half for each column.
我已经管理了其余的情况,唯一的问题是当我有3张照片时设置案例3。 我希望第2行中的1张全宽照片和第2行中的2张相等的半宽照片,但是我的代码在第1行中给出了2张相等宽度的照片,在第2行中给出了1张半宽照片。
我只需要使用Gridview,请告诉我是否可以使用Gridview。
如果你有任何想法,请帮助我。
非常感谢你。
我想拥有以下布局: