diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d2e855747..3305a16f0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -26,7 +26,8 @@ android:theme="@style/Theme.Tachiyomi"> + android:launchMode="singleTask" + android:theme="@style/SplashScreenBackground"> diff --git a/app/src/main/res/drawable/splash_background.xml b/app/src/main/res/drawable/splash_background.xml new file mode 100644 index 000000000..d93992230 --- /dev/null +++ b/app/src/main/res/drawable/splash_background.xml @@ -0,0 +1,8 @@ + + + + + + diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index eab6d8874..a921f9e01 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -84,4 +84,6 @@ #009688 + #455A64 + diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 4c7297853..10ec72f82 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,6 +1,16 @@ + + + + + + + +