I want to make games for Android phones.. but I'm not able to scale the view to fullscreen..
There's no scroll view in my game. So I set the layout size equal to the window size..
The fullscreen in browser is set to "Scale".
And this is the result:
My phone's size is 800,600.
800,600 window,layout size:
<img src="http://i48.tinypic.com/2jcv4hk.jpg" border="0" />
I want to delete the white zone.. How can I do?
If I increase the width in the settings, it scales right the width but the height doesn't work anymore..
2000,600
<img src="http://i45.tinypic.com/o0bg41.jpg" border="0" />
I've modified the image with paint to show you what I want:
<img src="http://i45.tinypic.com/keuez7.jpg" border="0" />
Please help me :(
thanks