0

I have an imageview in my app and I am loading in an image that is the same size as the imageview I have setup 144x144.

When I run the app the image is very blurry.

I have set scaleType to fitCenter, but no change. Is there something I am doing wrong?

If I look at any image on a website thru the device the image is clean and crisp so I know it isn't the phone screen.

jdog
  • 10,351
  • 29
  • 90
  • 165

1 Answers1

0

The issue was the images were stored in the medium resolution folder. Copying it to the high resolution folder fixed the issue.

jdog
  • 10,351
  • 29
  • 90
  • 165