[android-developers] Re: Android app only taking up part of screen

2010-03-10 Thread Kumar Bibek
Aah, An example of apps running on different screen sizes and
resolutions.

Please have a look at this.

http://developer.android.com/intl/de/guide/practices/screens_support.html

Kumar Bibek

On Mar 9, 1:07 am, Drew  wrote:
> I have an Android application that's seemingly only taking up 1/3 or
> so of the screen on a Texas Instruments Zoom Android device.  You can
> see what I mean here:
>
> http://www.zitnay.com/stuff/IMG00910.jpg
>
> The upper-middle third or so of the screen contains the app, but the
> rest of the screen is black.  I have thousands of other people using
> this app, but have never had a report of this before (and can't
> reproduce it using the emulator).
>
> I'm typically building the layout programmatically (typically with a
> ScrollView as the main view) then using setContentView() to display
> it.  I was originally using setContentView(View), but I tried adding
> new ViewGroup.LayoutParams(ViewGroup.LayoutParams.FILL_PARENT,
> ViewGroup.LayoutParams.FILL_PARENT) as the second parameter today,
> which didn't seem to fix the problem.
>
> I'd appreciate any advice anyone can give.  Thanks.
>
> Drew

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


Re: [android-developers] Re: Android app only taking up part of screen

2010-03-12 Thread Adrian Vintu
Also see http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx

It seems these resolution questions come every few days...

BR,
Adrian Vintu

http://adrianvintu.com

On Wed, Mar 10, 2010 at 11:42 AM, Kumar Bibek  wrote:

> Aah, An example of apps running on different screen sizes and
> resolutions.
>
> Please have a look at this.
>
> http://developer.android.com/intl/de/guide/practices/screens_support.html
>
> Kumar Bibek
>
> On Mar 9, 1:07 am, Drew  wrote:
> > I have an Android application that's seemingly only taking up 1/3 or
> > so of the screen on a Texas Instruments Zoom Android device.  You can
> > see what I mean here:
> >
> > http://www.zitnay.com/stuff/IMG00910.jpg
> >
> > The upper-middle third or so of the screen contains the app, but the
> > rest of the screen is black.  I have thousands of other people using
> > this app, but have never had a report of this before (and can't
> > reproduce it using the emulator).
> >
> > I'm typically building the layout programmatically (typically with a
> > ScrollView as the main view) then using setContentView() to display
> > it.  I was originally using setContentView(View), but I tried adding
> > new ViewGroup.LayoutParams(ViewGroup.LayoutParams.FILL_PARENT,
> > ViewGroup.LayoutParams.FILL_PARENT) as the second parameter today,
> > which didn't seem to fix the problem.
> >
> > I'd appreciate any advice anyone can give.  Thanks.
> >
> > Drew
>
> --
> 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
>

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