Hi LemonDev,

If you are just wanting to remove the bar, set in OnCreate the following:

    requestWindowFeature(Window.FEATURE_NO_TITLE);
    getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);

Make sure its done before setting content view.



On Thu, Nov 19, 2009 at 10:55 PM, LemonDev <[email protected]> wrote:

> when i chage my activity to fulscreen, the statusbar performs an
> animation,but not disappear immediately. so how can i make the
> statusbar disappear immediate ? if need to change framework , where is
> it?
> i have read the statusbarservice.java, statusbarview.java,
> statusbarpolicy.java and statusbarmanager.java ,but still  have no
> idea !
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to