Hi,

I have a question regarding drawable resources on Honeycomb. I work on
a Motorola Xoom and I develop an application in which I want to show
the installed applications icons in the same size as the Launcher app
does (72x72px).

As far as I understand the Motorola has a 10" 160dpi screen making it
mdpi and xlarge.
So when I use the PackageManager to fetch the Bitmaps, they come in
48x48px instead of 72x72px which seems normal since the PackageManager
returns me the drawables contained in the res/drawable-mdpi of each
apps.

The Launcher homescreen application on Honeycomb seems to be able to
fetch the hdpi icons of apps to display them. What mechanism does it
use? Can I do the same on my app?

Kind Regards
Laurent

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