Yep... If I put the image in the 'res/drawables' directory, all looks as expected. I only see this if loading the image from the file- system.
// On Sep 4, 1:54 pm, "Balwinder Kaur (T-Mobile USA)" <balwinder.k...@t- mobile.com> wrote: > And you are sure you have an image of appropriate size ... > > Balwinder Kaur > Open Source Development Center > ·T· · ·Mobile· stick together > > The views, opinions and statements in this email are those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. > > On Sep 4, 8:31 am, nimph <[email protected]> wrote: > > > > > I'm having some problems displaying a PNG in an ImageView. > > > I am loading the image from the file system via: > > > ... > > mImageView.setImageBitmap(BitmapFactory.decodeStream( > > getClass().getResourceAsStream("image_name"))); > > ... > > > The image shows up in the ImageView, but it's pixelated. > > > If I haven't given enough details, just let me know... > > > Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

