Added a app loading splash Screen (#2185)

* Added a app loading splash Screen. Just a theme that plays on start up before loading the actual app theme

* Added a app loading splash Screen. Just a theme that plays on start up before loading the actual app theme

* Update splash_background.xml
This commit is contained in:
markelgaston
2020-01-09 04:32:27 +01:00
committed by arkon
parent 4bc5f1401f
commit 141b7ac554
4 changed files with 22 additions and 1 deletions

View File

@@ -26,7 +26,8 @@
android:theme="@style/Theme.Tachiyomi">
<activity
android:name=".ui.main.MainActivity"
android:launchMode="singleTask">
android:launchMode="singleTask"
android:theme="@style/SplashScreenBackground">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />