android - At the top of my app there is my app name how do I get rid of it? -


how rid of margin @ top app name , icon? here sdk versions if need them android:minsdkversion="11" android:targetsdkversion="17"

change manifest file :

<application android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@android:style/theme.notitlebar" > 

note android:theme="@android:style/theme.notitlebar"


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -