Wednesday, April 6, 2011

How to set full screen for your App?

To set your App display in full screen mode, without title bar; it can be achieve the following code in AndroidManifest.xml, under <application> for whole application, or <activity> for individual activity.

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