I have the following:

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

I currently only support the 480x800 screen size (I will be improving this, but 
that is how it is right now)  my question is:  Does android:anyDensity="true" 
mean Android will sort out the densities (despite the fact I have only provide 
240dpi assets) or does it mean I need to provide assets for all known density 
classes?

Regards
Damien

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