Saturday, April 9, 2011

HIDING THE TITLE BAR THROUGHOUT APPLICATION

  To hide the title bar through out application we have to include android:theme attribute to application tag in the Andriod Manifast.xml

 <application android:name="TestApplication" android:theme="@android:style/Theme.NoTitleBar">


Then in entire application title bar was not visible.

No comments:

Post a Comment