>On 15/02/2011 10:33, Gary Wang wrote: > Dear all, > > I found the following resource folders are existing in Honeycomb- > version Borwser apk. > > mipmap-hdpi > mipmap-mdpi > > The meaning of "mipmap" resource is not listed in its SDK's > documentation.
I also discovered this being used in the stock MMS (SMS) app. It appears to be an old way of providing prescaled images for different resolutions, before they added support for drawable-hdpi, drawable-mdpi and so on. There is some information about it here: http://source-android.frandroid.com/frameworks/base/graphics/java/android/graphics/drawable/MipmapDrawable.java -- 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

