Question

It is a simple test app which displays the sentence based on the screen size and density. If I start an emulator with WVGA800 skin with 160dpi resolution the app does not fill the whole screen but just a smaller square. Look at the image please.

enter image description here

As most of LARGE and XLARGE devices use this 160dpi resolution, what should I do to make app fill the screen as it fills it in other screen sizes and resolutions? Or this is just an issue with the emulator and the real device resize the app to fit its screen?!

Was it helpful?

Solution

Do you have something like this in your manifest:

<uses-sdk android:minSdkVersion="4" />
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top