1 message in com.googlegroups.android-developersRe: [android-developers] Re: Full Scr...
FromSent OnAttachments
Kabe11 Jan 2008 00:25 
Subject:Re: [android-developers] Re: Full Screen of device including status bar
From:Kabe (kabr@gmail.com)
Date:01/11/2008 12:25:36 AM
List:com.googlegroups.android-developers

If you are trying to draw on the full screen, use

// remove window title requestWindowFeature(Window.FEATURE_NO_TITLE);

// remove status bar getWindow().setFlags(WindowManager.LayoutParams.NO_STATUS_BAR_FLAG, WindowManager.LayoutParams.NO_STATUS_BAR_FLAG);

I think this will give you want you want, maybe not.

On Jan 11, 2008 3:48 PM, Androider <nira@gmail.com> wrote:

Example, On Nokia devices we can use FullCanvas class to get the full width and height for drawing.

On Jan 10, 9:14pm, Adam P <aplo@gmail.com> wrote:

Are you talking about a screenshot? screen size? what?

On Jan 10, 2:45am, Androider <nira@gmail.com> wrote:

Can we get the Full screen of a Android device? Full screen including theStatusbaron top of the dispay area.

Thank you.- Hide quoted text -

- Show quoted text -