Showing posts with label No tittle bar. Show all posts
Showing posts with label No tittle bar. Show all posts

Wednesday, November 28, 2012

Remove Tittle bar

Add following code to the manifest file :-

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

<application android:icon="@drawable/app_icon" android:theme="@android:style/Theme.NoTitleBar" android:label="@string/app_name" >