Reputation: 15
I'm a newbie in Android. When I tried to create my dashboard using grid view, in different screens the images became small. I tried various methods to zoom it. But nothing worked for me. Can anyone suggest a solution for me ? I've 8 icons in my dashboard. Also when we put images in drawable folders , what is the size of images in each folder
???
Upvotes: 1
Views: 324
Reputation: 119
You can use auto resized images... GridView with Auto Resized Images on Android may work for you.. This explains a way to create a GridView with two columns and auto resized images inside each view
Upvotes: 1