Re: [android-developers] Handling different icon dimensions from Apps.

2012-03-15 Thread TreKing
On Wed, Mar 14, 2012 at 5:18 AM, Put_tiMe wrote: > How do I ensure that all icons are of the same width and height? Try playing with the scaleType property. - TreKing

[android-developers] Handling different icon dimensions from Apps.

2012-03-14 Thread Put_tiMe
I have a requirement wherein I have to enumerate all the installed apps and show their names along with their icons. I'm using a grid view for this. Inside the grid view, I have an imageview for showing the app's icon and a textview to show the app name. I have a problem, in the sense every a