May 17, 2011

How to Hide Title Bar in Android 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