문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top