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 <zit...@gmail.com> 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

Reply via email to