I follow this tutorial to create a GridView:
This line:
imageView.setLayoutParams(new GridView.LayoutParams(85, 85));
Size 85×85 is great for my Wildfire, but on HTC Desire it looks very small.
How can I change the image size according to the screen?
I have 2 different layouts, but Gridview hasn’t any attribute in the XML files to change the image size.
You could try to make an adjustment based off the pixel density of the current device you are on.