Friend’s
I have a task to parse thumbnail images and to set it on grid view,where url image content to be in different height and width(some images to be 60*60, or 110*80),how can i set images in grid have uniform height and width.
Thanks in advance.
Give your layout for the views created by the ListAdapter a fixed width and height sufficient for the largest dimensions, then position the ImageView centered inside e.g.: