02.07.2010 18:37, B Woods пишет:
What are the differences between drawable-hdpi, drawable-ldpi, and
drawable-mdpi? Do I need to place my graphics in each of these folders?

They are versions of the same graphics files for different screen resolutions.

If you don't provide hdpi and ldpi versions, Android loads the default version from drawable and scales it as necessary.

Sometimes this looks ugly, so you need to provide alternative versions yourself. This can be done individually for each graphics file used in your app's UI.

http://developer.android.com/guide/practices/screens_support.html

--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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

Reply via email to