Loading

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"


SHARE TWEET

Thank you for reading this article How to set full screen for your App? With URL http://x-tutorials.blogspot.com/2011/04/how-to-set-full-screen-for-your-app.html. Also a time to read the other articles.

0 comments:

Write your comment for this article How to set full screen for your App? above!