[android-beginners] Re: How to remove/hide the notification bar?

2009-10-06 Thread Justin Anderson
A quick google search and I found this:

http://tinyurl.com/yay4xhf

Thanks,
Justin

--
There are only 10 types of people in the world...
Those who know binary and those who don't.
--


On Mon, Oct 5, 2009 at 12:57 PM, Luis Estrada wrote:

>
> How to remove/hide the notification bar?
>
> I am trying to run a GLSurfaceView in full screen but the notification
> bar is in the way.
>
> Thanks,
>
> Luis
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: How to remove/hide the notification bar?

2009-10-07 Thread Luis Estrada

Solution:
http://www.androidsnippets.org/snippets/27/

On Oct 5, 2:57 pm, Luis Estrada  wrote:
> How to remove/hide the notification bar?
>
> I am trying to run a GLSurfaceView in full screen but the notification
> bar is in the way.
>
> Thanks,
>
> Luis
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: How to remove/hide the notification bar?

2009-10-07 Thread Mark Murphy

> Solution:
> http://www.androidsnippets.org/snippets/27/

Be sure to scroll down on that page: using
android:theme="@android:style/Theme.NoTitleBar.Fullscreen", as mentioned
in a comment, is a better solution.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---