Hi,

I have an app that has default drawables in the drawable folder.  I
have both a drawable-hdpi and a drawable-xhdpi folder set up.  When I
launch my app on the XOOM the device seems to be picking up the
default drawables and NOT the ones in the xhdpi folder.  Has anyone
come across this?  My manifest is set up with,

    <uses-sdk
        android:minSdkVersion="4"
        android:targetSdkVersion="9" />

    <supports-screens
        android:smallScreens="true"
        android:normalScreens="true"
        android:largeScreens="true"
        android:xlargeScreens="true"
        anyDensity="true" />

I know that xhdpi was available as of sdk version 8...

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

Reply via email to