Ok, I added this to AndroidManifest.xml

    <supports-screens
        android:smallScreens="true"
        android:normalScreens="true"
        android:largeScreens="true"
        android:xlargeScreens="true"
        android:anyDensity="true" />

It works now.

On Mar 28, 12:24 pm, TreKing <treking...@gmail.com> wrote:
> On Mon, Mar 28, 2011 at 12:04 PM, bob <b...@coolgroups.com> wrote:
> > Can anyone tell me how to make the emulator scale my android game to the
> > full window size?
>
> http://developer.android.com/guide/practices/screens_support.html
>
> --------------------------------------------------------------------------- 
> ----------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
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