|
@@ -69,7 +69,7 @@
|
|
<application android:label="@string/app_name"
|
|
<application android:label="@string/app_name"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:allowBackup="true"
|
|
android:allowBackup="true"
|
|
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
|
|
|
|
|
+ android:theme="@style/AppTheme"
|
|
android:hardwareAccelerated="true" >
|
|
android:hardwareAccelerated="true" >
|
|
|
|
|
|
<!-- Example of setting SDL hints from AndroidManifest.xml:
|
|
<!-- Example of setting SDL hints from AndroidManifest.xml:
|