Yes, if you have images that vary with language *and* with screen
density, then yes, you will need directories for all the variations.
Note that if you have any images that are shared among languages, you
can place them into the language-neutral folders ( e.g.
res/drawable-hdpi, without the language code )
You could take a look at the directory structure under
android-sdk\platforms\android-X\res\drawable-* to see how it might be done.
-- Kostya
21.08.2011 20:33, sblantipodi пишет:
is there someone who can answer?
On Aug 17, 9:44 pm, sblantipodi<[email protected]> wrote:
Hi, my apps uses really few images since I like to draw things using
canvas...
At the mement I have only drawable, drawable-it, drawable-es, drawable-
de, drawable-fr folders.
How can I manage the dpi?
I have 5 drawable folders, should I create 15 folders to manage ldpi,
mdpi, hdpi?
On Aug 16, 3:47 am, Matt Clark<[email protected]> wrote:
The phone will only load that icon on an HDPI device. In your Res: folder
there are 3 folders. drawable-ldpi drawable-mdpi drawable-hdpi, each with
their own icon.png file. This is where the icons will be taken from
depending on the screen resolution.
--
Kostya Vasilyev
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en