Hi, I have an image that is the same name I am referring to located in three 
drawable folders: drawable, drawable-hdpi-v4, and drawable-ldpi-v4.  My 
manifest has:
                  <supports-screens          android:largeScreens="true"        
  android:normalScreens="true"          android:smallScreens="true"          
android:anyDensity="true" />
and     <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" /> 
and I am building against the latest 2.2 SDK.
When I load it into a 240 density 480x800 emulator, I've tried two running 2.0 
and 2.2 so far, it always loads the default drawable resource and upscales.  
What could possibly be going on?
Thanks!-Greg



      

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