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" >

No comments :

Post a Comment