Xoom is not xhdpi.  It is mdpi.

On Thu, Feb 24, 2011 at 3:34 PM, Mark Nuetzmann <[email protected]>wrote:

> I am trying to get an app that currently runs just fine on hdpi and
> lower devices to work on the new XOOM that has xhdpi.  I have a png
> image in my /drawable folder and a replacement in the /drawble-hdpi-v6
> folder.  On the XOOM, the version in the /drawable folder is getting
> picked up.  I tried creating an /drawable-xhdpi folder with a
> replacement image.  That did not work.  I tried creating a /drawable-
> xhdpi-v8, that did not work.  I tried /drawable-xhdpi-v9, that did not
> work...
>
> What do I need to do to get the XOOM to pick up the correct image.  I
> guess I just assumed it should have picked the version in the hdpi
> folder since that would be closest, but that did not happen.  My
> manifest has the following settings,
>
>    <uses-sdk
>        android:minSdkVersion="4"
>        android:targetSdkVersion="9" />
>
>    <supports-screens
>        android:smallScreens="true"
>        android:normalScreens="true"
>        android:largeScreens="true"
>        android:xlargeScreens="true"
>        anyDensity="true" />
>
>
> Thanks,
> Mark
>
> --
> 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
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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