Pergunta

I know that adding android:theme="@android:style/Theme.NoTitleBar" to the manifest removes the title, but what do I do to remove the notifications bar?

Foi útil?

Solução

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

Please use this judiciously. Users like being able to see their notifications, signal strength, battery charge, etc.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top