Android hidden title bar comes back

Posted by kasplurpo on Stack Overflow See other posts from Stack Overflow or by kasplurpo
Published on 2010-06-10T04:48:31Z Indexed on 2010/06/10 4:52 UTC
Read the original article Hit count: 243

When my app starts, the title bar is hidden. However, if I leave the app and then return (minimize or phone goes to sleep), there is a blank bar inserted at the top. Is this an intentional feature? How can I prevent it? It seems that the bar goes away after I press the menu key.

This is the relevant line in the manifest file:

android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk