android - Is there an easy way of making a multi language app using different screen sizes layout folders? -


i mean, if multi language app need n-plicate(in case 2 folders because chose english/spanish) drawable folder, , if want fit in different screens have make 1 folder each screen size. seems many duplicates. there other way out of this? don't want keep increasing size of app.

you can put drawables in screen using relativelayout, in form of display ensure put drawables in same position in every screen resolution using dp instead of px parameter of position

using vectors ensure nice quality of images using single file can use svg android library , scale vector according screen size

hope help


Comments