[android-developers] Re: Translucent and FullScreen?

2009-09-10 Thread sleith
try this one :) requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); On Sep 10, 4:08 am, Illidane illid...@gmail.com wrote: Hi! I have an issue : I set

[android-developers] Re: Translucent and FullScreen?

2009-09-10 Thread Peli
If you have a translucent activity, I guess you see the title bar of the activity below your activity, so this is the expected behavior. Peli www.openintents.org On Sep 9, 11:08 pm, Illidane illid...@gmail.com wrote: Hi! I have an issue : I set Theme.Translucent.NoTitleBar.Fullscreen for my

[android-developers] Re: Translucent and FullScreen?

2009-09-10 Thread Illidane
I tried that.. status bar is visible :( On 10 Вер, 10:05, sleith raysle...@gmail.com wrote: try this one :) requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); On Sep 10, 4:08 am,

[android-developers] Re: Translucent and FullScreen?

2009-09-10 Thread Illidane
No, I don't see title bar, only status.. On 10 Вер, 10:36, Peli peli0...@googlemail.com wrote: If you have a translucent activity, I guess you see the title bar of the activity below your activity, so this is the expected behavior. Peliwww.openintents.org On Sep 9, 11:08 pm, Illidane

[android-developers] Re: Translucent and FullScreen?

2009-09-10 Thread Dianne Hackborn
I believe it's a flaw in the API -- the status bar state is controlled by the top-most full screen opaque activity. A translucent activity can't control it, because the point of it is to nicely composite on top of whatever is beneath it, and that thing beneath it may not be prepared to have the