Android Imageview Blurry?
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 sc
Solution 1:
The issue was the images were stored in the medium resolution folder. Copying it to the high resolution folder fixed the issue.
Post a Comment for "Android Imageview Blurry?"