Hey all,

i am developing a game with canvas. I want use the Android internal
autoscaling feature (anydensity=false;) only for large density
screens. Is it possible to enable this graphics (in the drawable
folder) scaling function only for large screens. For smallscreens my
Game Engine does automatically manage the presentation.

I attempted the following:

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

.. but it doesnt work :-(

Thank you!

Greetings
Andy

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