Android ImageView blurry?

﹥>﹥吖頭↗ 提交于 2020-01-16 11:44:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!