You mean, are there any 2.1 devices out there besides the Google Nexus
One?

If your app works OK with API 7, then declare it as targeting API 7
(while keeping the minSDKversion at 3), and it won't operate in
compatibility mode.

On Mar 3, 6:18 am, Neilz <neilhorn...@googlemail.com> wrote:
> Firstly, are there actually any 2.1 devices out there yet?
>
> Second, the main question.
>
> My app look fine in all my emulations (all screen resolutions, and all
> android versions) except for one. I set up an emulator with 2.1, a
> WVGA screen of 480 * 800. All my apps in this sit in the middile of
> the screen, with a large empty border around it.
>
> As an experiment, I set up two new projects in Eclipse. Hello Android,
> one aimed at API level 3, the other at API level 7, everything else
> the same. Sure enough, the level 7 one fitted the screen, but the
> level 3 one didn't. So, it seems it's to do with level 7, rather than
> anything to do with screen resolutions.
>
> How do I go about making the non API 7 apps fit this screen size?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to