Showing posts with label Android Status Bar. Show all posts
Showing posts with label Android Status Bar. Show all posts

Wednesday, December 26, 2012

Android - Hide Title Bar & Status Bar through AndroidManifest.xml


HIDE THE TITLE BAR AND STATUS BAR (FULLSCREEN)

<activity android:name=".YourClassName"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
</activity>

Popular Posts