I have Set the Main Window of my Application as the Grid View. But all images are 开发者_C百科not Equals. . I have to set it according to its size. Is it Possible to change the size and set it individually in the grid view ? Is yes then please tell me how. . Thanks.
You control the size of the ImageView
via the layout that you are inflating for your GridView
cells. Set the appropriate attributes on the ImageView
to control its size and whether you want the image to be cropped, scaled, or whatever.
精彩评论