问题
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.
回答1:
The issue was the images were stored in the medium resolution folder. Copying it to the high resolution folder fixed the issue.
来源:https://stackoverflow.com/questions/25174161/android-imageview-blurry