Hi All.
In the last days I start to create the layout variants to my APP.
- 370x470, scale 1
- 480x800, scale 1.5
- 720x960, scale 2
- 1080x1920, scale 3
My APPs has a lot of different images in the layout. So when I tested the last variant, some images looks distorted.
How can I deal with that? May I have to create a new image with a higher resolution and substitute image that not looks good?
Or...
I have to put all imagens in folder: res/drawable-hdpi, res/drawable-mdpi, res/drawable-xdpi, res/drawable?
Thanks for any help.
In the last days I start to create the layout variants to my APP.
- 370x470, scale 1
- 480x800, scale 1.5
- 720x960, scale 2
- 1080x1920, scale 3
My APPs has a lot of different images in the layout. So when I tested the last variant, some images looks distorted.
How can I deal with that? May I have to create a new image with a higher resolution and substitute image that not looks good?
Or...
I have to put all imagens in folder: res/drawable-hdpi, res/drawable-mdpi, res/drawable-xdpi, res/drawable?
Thanks for any help.