Total Pageviews

Thursday, 6 February 2014

hide title bar of android activity from AndroidManifest.xml

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