Re: [android-developers] Icons looks blurred instead of being sharp after resizing

2011-04-19 Thread Dianne Hackborn
The size of app icons is 48x48 dp units. If you are drawing them at some different size, they will be blurry because you are scaling them from their designed size. On Tue, Apr 19, 2011 at 8:59 PM, varinag gold wrote: > > Hi, > > I am displaying a grid of icons of all the applications on my devi

[android-developers] Icons looks blurred instead of being sharp after resizing

2011-04-19 Thread varinag gold
Hi, I am displaying a grid of icons of all the applications on my device and I found after I resize them to be all same width and height they appear on screen some what blurred or foggy . Also the Icon Text looks blurred . I have put code snippet below that actually resizing the icons. Please l