]> Pileus Git - ~andy/spades/commitdiff
Remove titlebar
authorAndy Spencer <andy753421@gmail.com>
Fri, 21 Feb 2014 07:17:09 +0000 (07:17 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 21 Feb 2014 07:17:09 +0000 (07:17 +0000)
AndroidManifest.xml

index e09fcda2fae7bc9ee780044d68be9dba3bf6237d..9c19a3365cd3bd64885f7cd1e2b61bb3d3d51ac3 100644 (file)
@@ -7,7 +7,8 @@
        <uses-feature android:glEsVersion="0x00020000" android:required="true"/>
        <uses-sdk android:minSdkVersion="18" android:targetSdkVersion="18" />
        <application android:label="@string/app_name"
        <uses-feature android:glEsVersion="0x00020000" android:required="true"/>
        <uses-sdk android:minSdkVersion="18" android:targetSdkVersion="18" />
        <application android:label="@string/app_name"
-               android:icon="@drawable/icon">
+               android:icon="@drawable/icon"
+               android:theme="@android:style/Theme.Holo.NoActionBar">
                <activity android:name="Main"
                        android:windowSoftInputMode="stateVisible|adjustResize">
                        <intent-filter>
                <activity android:name="Main"
                        android:windowSoftInputMode="stateVisible|adjustResize">
                        <intent-filter>