what would be the folder name according to resolution and language in android drawable folder?
friends,
i want to support multiple resolutions and languages in my android application.
now problem is
i have foll开发者_开发问答owing folders in my drawable folder
1)drawable-hdpi 2)drawable-ldpi 3)drawable-mdpi
and for languages
1) drawable-en-rUS
what would be the combination of these? so that android could understand(which folder to use) for example low resolution with english language support folder.
do i need to combine these both names or what is the solution?
any help would be appreciated.
E.g. drawable-en-rUS-port-hdpi
. See the docs for further info.
精彩评论