splash screen improvemnets.

This commit is contained in:
Bryce Covert
2017-09-21 08:37:53 -07:00
parent 74a7c8cd06
commit 9af1f77e0a
7 changed files with 13 additions and 54 deletions

View File

@@ -16,7 +16,9 @@
android:largeHeap="true"
android:label="Tick's Tales">
<activity android:name=".SplashActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden" >
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>