Search code examples
androidandroid-studioresolution

Android Studio image resolution


I have an image with resolution 300x450. I want to use it on an Android Studio app. When I create a new "Image Asset", the pic looses its resolution, and if I select manually the resolution at the ImageView, it pixels.

What can I try?

Thank you


Solution

  • Fixed. The problem is, that you mustn´t to insert it as "Image Asset", you just have to drag the pic, to the Drawable/xhdpi folder. Then, you can to use it, with no problems.