[android-developers] Fullscreen surface view

2011-06-22 Thread Martin Wallgren
Hi, I'm trying to create a SurfaceView that covers the screen and that does not have any scaling. In My AndroidManifest I have supports-screens android:smallScreens=true android:normalScreens=true android:largeScreens=true android:anyDensity=false / and in

Re: [android-developers] Fullscreen surface view

2011-06-22 Thread Dianne Hackborn
Why are you setting anyDensity to false? Don't do that. And really, it's 2011. Just set android:targetSdkVersion to = 4 and let the default modern values for these be used. :) On Tue, Jun 21, 2011 at 11:46 PM, Martin Wallgren martin.wallgren.it@ gmail.com wrote: Hi, I'm trying to create a