3dphotoshoot
diff android/manifest.xml.in @ 22:d7fe157c402d
fonts
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 13 Jun 2015 05:32:07 +0300 |
parents | dccbd7d65517 |
children |
line diff
1.1 --- a/android/manifest.xml.in Thu Jun 11 04:56:33 2015 +0300 1.2 +++ b/android/manifest.xml.in Sat Jun 13 05:32:07 2015 +0300 1.3 @@ -14,7 +14,8 @@ 1.4 <!-- android:icon="@drawable/ic_launcher" --> 1.5 1.6 <activity android:name="MainActivity" android:label="$APPTITLE" 1.7 - android:screenOrientation="landscape"> 1.8 + android:screenOrientation="landscape" 1.9 + android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen" > 1.10 1.11 <meta-data android:name="android.app.lib_name" android:value="$APPNAME"/> 1.12