[android-developers] Re: Varying screen resolutions

2010-01-17 Thread Neilz
Step 1: RT[F]M ;^)http://developer.android.com/guide/practices/screens_support.html Fair enough ;-) though it's not as much fun as chatting on a forum! The summary is that you can either leave android:anyDensity=false in your manifest to let the platform scale your bitmaps, or you can

[android-developers] Re: Varying screen resolutions

2010-01-16 Thread String
Step 1: RT[F]M ;^) http://developer.android.com/guide/practices/screens_support.html Additionally, there was a LOT of discussion of this when multi- resolution support came out in 1.6; some searching of this group should turn up good information too. The summary is that you can either leave