To hide the title bar through out application we have to include android:theme attribute to application tag in the Andriod Manifast.xml
Then in entire application title bar was not visible.
<application android:name="TestApplication" android:theme="@android:style/Theme.NoTitleBar">
Then in entire application title bar was not visible.
No comments:
Post a Comment