summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-01-13 17:24:51 +0100
committerGitHub <noreply@github.com>2023-01-13 17:24:51 +0100
commitd7bfe89b13dd5ed4e9aa7bd64b83d2a59c7e296f (patch)
tree8428f6e244d644501b9f7db74bfda38881ef2156 /core
parent88289d02ae2a402ec77723dd53da33e9cf4c7311 (diff)
downloadAntennaPod-d7bfe89b13dd5ed4e9aa7bd64b83d2a59c7e296f.zip
Branding upgrade (#6146)
Diffstat (limited to 'core')
-rw-r--r--core/build.gradle1
-rw-r--r--core/src/debug/res/drawable-nodpi/ic_launcher_foreground_no_finish.pngbin70874 -> 0 bytes
-rw-r--r--core/src/debug/res/mipmap-hdpi/ic_launcher_foreground.pngbin20491 -> 0 bytes
-rw-r--r--core/src/debug/res/mipmap-mdpi/ic_launcher_foreground.pngbin9963 -> 0 bytes
-rw-r--r--core/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.pngbin34069 -> 0 bytes
-rw-r--r--core/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.pngbin75392 -> 0 bytes
-rw-r--r--core/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.pngbin117617 -> 0 bytes
-rw-r--r--core/src/main/res/drawable-hdpi/ic_notification.pngbin1016 -> 1323 bytes
-rw-r--r--core/src/main/res/drawable-hdpi/ic_notification_new.pngbin1054 -> 1310 bytes
-rw-r--r--core/src/main/res/drawable-mdpi/ic_notification.pngbin618 -> 833 bytes
-rw-r--r--core/src/main/res/drawable-mdpi/ic_notification_new.pngbin688 -> 827 bytes
-rw-r--r--core/src/main/res/drawable-nodpi/ic_launcher_foreground_no_finish.pngbin74988 -> 0 bytes
-rw-r--r--core/src/main/res/drawable-nodpi/ic_monochrome.pngbin0 -> 27923 bytes
-rw-r--r--core/src/main/res/drawable-xhdpi/ic_notification.pngbin1441 -> 1791 bytes
-rw-r--r--core/src/main/res/drawable-xhdpi/ic_notification_new.pngbin1402 -> 1782 bytes
-rw-r--r--core/src/main/res/drawable-xxhdpi/ic_notification.pngbin2390 -> 2461 bytes
-rw-r--r--core/src/main/res/drawable-xxhdpi/ic_notification_new.pngbin2207 -> 2491 bytes
-rw-r--r--core/src/main/res/drawable-xxxhdpi/ic_notification.pngbin3121 -> 3004 bytes
-rw-r--r--core/src/main/res/drawable-xxxhdpi/ic_notification_new.pngbin3012 -> 3038 bytes
-rw-r--r--core/src/main/res/drawable/bg_splash.xml19
-rw-r--r--core/src/main/res/drawable/splash_icon.xml35
-rw-r--r--core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml1
-rw-r--r--core/src/main/res/mipmap-hdpi/ic_launcher.pngbin8596 -> 7041 bytes
-rw-r--r--core/src/main/res/mipmap-hdpi/ic_launcher_background.pngbin7069 -> 757 bytes
-rw-r--r--core/src/main/res/mipmap-hdpi/ic_launcher_foreground.pngbin20308 -> 11197 bytes
-rw-r--r--core/src/main/res/mipmap-mdpi/ic_launcher.pngbin4783 -> 4101 bytes
-rw-r--r--core/src/main/res/mipmap-mdpi/ic_launcher_background.pngbin3120 -> 441 bytes
-rw-r--r--core/src/main/res/mipmap-mdpi/ic_launcher_foreground.pngbin10041 -> 5661 bytes
-rw-r--r--core/src/main/res/mipmap-xhdpi/ic_launcher.pngbin13307 -> 10052 bytes
-rw-r--r--core/src/main/res/mipmap-xhdpi/ic_launcher_background.pngbin13262 -> 854 bytes
-rw-r--r--core/src/main/res/mipmap-xhdpi/ic_launcher_foreground.pngbin34640 -> 12992 bytes
-rw-r--r--core/src/main/res/mipmap-xxhdpi/ic_launcher.pngbin24321 -> 16435 bytes
-rw-r--r--core/src/main/res/mipmap-xxhdpi/ic_launcher_background.pngbin35451 -> 1200 bytes
-rw-r--r--core/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.pngbin74736 -> 21509 bytes
-rw-r--r--core/src/main/res/mipmap-xxxhdpi/ic_launcher.pngbin37255 -> 23299 bytes
-rw-r--r--core/src/main/res/mipmap-xxxhdpi/ic_launcher_background.pngbin64580 -> 1464 bytes
-rw-r--r--core/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.pngbin120501 -> 30435 bytes
-rw-r--r--core/src/main/res/values/colors.xml2
-rw-r--r--core/src/main/res/values/styles.xml15
39 files changed, 47 insertions, 26 deletions
diff --git a/core/build.gradle b/core/build.gradle
index e4b9542c7..466b4ea74 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -42,6 +42,7 @@ dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
implementation "androidx.core:core:$coreVersion"
+ implementation "androidx.core:core-splashscreen:1.0.0"
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.fragment:fragment:$fragmentVersion"
implementation "androidx.media:media:$mediaVersion"
diff --git a/core/src/debug/res/drawable-nodpi/ic_launcher_foreground_no_finish.png b/core/src/debug/res/drawable-nodpi/ic_launcher_foreground_no_finish.png
deleted file mode 100644
index 825421990..000000000
--- a/core/src/debug/res/drawable-nodpi/ic_launcher_foreground_no_finish.png
+++ /dev/null
Binary files differ
diff --git a/core/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png b/core/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png
deleted file mode 100644
index d2a3c3206..000000000
--- a/core/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png
+++ /dev/null
Binary files differ
diff --git a/core/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png b/core/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png
deleted file mode 100644
index 69c0a3433..000000000
--- a/core/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png
+++ /dev/null
Binary files differ
diff --git a/core/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png b/core/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 5653dad7c..000000000
--- a/core/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png
+++ /dev/null
Binary files differ
diff --git a/core/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png b/core/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index cd30be7a5..000000000
--- a/core/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png
+++ /dev/null
Binary files differ
diff --git a/core/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/core/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index fe1e7df8f..000000000
--- a/core/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/drawable-hdpi/ic_notification.png b/core/src/main/res/drawable-hdpi/ic_notification.png
index e0b0f7f18..c49404f8c 100644
--- a/core/src/main/res/drawable-hdpi/ic_notification.png
+++ b/core/src/main/res/drawable-hdpi/ic_notification.png
Binary files differ
diff --git a/core/src/main/res/drawable-hdpi/ic_notification_new.png b/core/src/main/res/drawable-hdpi/ic_notification_new.png
index 28a8446e4..cef10dc6f 100644
--- a/core/src/main/res/drawable-hdpi/ic_notification_new.png
+++ b/core/src/main/res/drawable-hdpi/ic_notification_new.png
Binary files differ
diff --git a/core/src/main/res/drawable-mdpi/ic_notification.png b/core/src/main/res/drawable-mdpi/ic_notification.png
index 42943c7f0..5a2c3c590 100644
--- a/core/src/main/res/drawable-mdpi/ic_notification.png
+++ b/core/src/main/res/drawable-mdpi/ic_notification.png
Binary files differ
diff --git a/core/src/main/res/drawable-mdpi/ic_notification_new.png b/core/src/main/res/drawable-mdpi/ic_notification_new.png
index 02530f5e4..a8c4de14a 100644
--- a/core/src/main/res/drawable-mdpi/ic_notification_new.png
+++ b/core/src/main/res/drawable-mdpi/ic_notification_new.png
Binary files differ
diff --git a/core/src/main/res/drawable-nodpi/ic_launcher_foreground_no_finish.png b/core/src/main/res/drawable-nodpi/ic_launcher_foreground_no_finish.png
deleted file mode 100644
index 33a5b3fe4..000000000
--- a/core/src/main/res/drawable-nodpi/ic_launcher_foreground_no_finish.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/drawable-nodpi/ic_monochrome.png b/core/src/main/res/drawable-nodpi/ic_monochrome.png
new file mode 100644
index 000000000..883d02e9e
--- /dev/null
+++ b/core/src/main/res/drawable-nodpi/ic_monochrome.png
Binary files differ
diff --git a/core/src/main/res/drawable-xhdpi/ic_notification.png b/core/src/main/res/drawable-xhdpi/ic_notification.png
index 2c633ba6b..433eec476 100644
--- a/core/src/main/res/drawable-xhdpi/ic_notification.png
+++ b/core/src/main/res/drawable-xhdpi/ic_notification.png
Binary files differ
diff --git a/core/src/main/res/drawable-xhdpi/ic_notification_new.png b/core/src/main/res/drawable-xhdpi/ic_notification_new.png
index 49c696798..765827b18 100644
--- a/core/src/main/res/drawable-xhdpi/ic_notification_new.png
+++ b/core/src/main/res/drawable-xhdpi/ic_notification_new.png
Binary files differ
diff --git a/core/src/main/res/drawable-xxhdpi/ic_notification.png b/core/src/main/res/drawable-xxhdpi/ic_notification.png
index 16cc2aaf4..db44a547f 100644
--- a/core/src/main/res/drawable-xxhdpi/ic_notification.png
+++ b/core/src/main/res/drawable-xxhdpi/ic_notification.png
Binary files differ
diff --git a/core/src/main/res/drawable-xxhdpi/ic_notification_new.png b/core/src/main/res/drawable-xxhdpi/ic_notification_new.png
index ec6ef4f1e..3d47c6f2e 100644
--- a/core/src/main/res/drawable-xxhdpi/ic_notification_new.png
+++ b/core/src/main/res/drawable-xxhdpi/ic_notification_new.png
Binary files differ
diff --git a/core/src/main/res/drawable-xxxhdpi/ic_notification.png b/core/src/main/res/drawable-xxxhdpi/ic_notification.png
index fbbb94cd0..e38b1de34 100644
--- a/core/src/main/res/drawable-xxxhdpi/ic_notification.png
+++ b/core/src/main/res/drawable-xxxhdpi/ic_notification.png
Binary files differ
diff --git a/core/src/main/res/drawable-xxxhdpi/ic_notification_new.png b/core/src/main/res/drawable-xxxhdpi/ic_notification_new.png
index 66f968872..c1e74c077 100644
--- a/core/src/main/res/drawable-xxxhdpi/ic_notification_new.png
+++ b/core/src/main/res/drawable-xxxhdpi/ic_notification_new.png
Binary files differ
diff --git a/core/src/main/res/drawable/bg_splash.xml b/core/src/main/res/drawable/bg_splash.xml
deleted file mode 100644
index 929fe411a..000000000
--- a/core/src/main/res/drawable/bg_splash.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item>
- <shape android:shape="rectangle" >
- <gradient
- android:angle="-90"
- android:startColor="@color/icon_background_gradient_start"
- android:endColor="@color/icon_background_gradient_end" />
- </shape>
- </item>
-
- <item>
- <bitmap
- android:gravity="center"
- android:src="@drawable/ic_launcher_foreground_no_finish"/>
- </item>
-
-</layer-list> \ No newline at end of file
diff --git a/core/src/main/res/drawable/splash_icon.xml b/core/src/main/res/drawable/splash_icon.xml
new file mode 100644
index 000000000..acd17670e
--- /dev/null
+++ b/core/src/main/res/drawable/splash_icon.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<animated-vector
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:aapt="http://schemas.android.com/aapt">
+
+ <aapt:attr name="android:drawable">
+ <vector
+ android:height="80dp" android:width="80dp"
+ android:viewportHeight="72" android:viewportWidth="72">
+ <group android:name="icon" android:pivotX="36" android:pivotY="36">
+ <path android:fillColor="@color/accent_light"
+ android:pathData="M 36 23.4 A 12.6 12.6 90 0 0 23.4 36 A 12.6 12.6 90 0 0 30.96 47.515 L 34.46 37.61 C 34.04 37.19 33.76 36.63 33.76 36 c 0 -1.225 0.98 -2.24 2.24 -2.24 c 1.225 0 2.24 0.98 2.24 2.24 c 0 0.63 -0.245 1.19 -0.665 1.61 L 41.04 47.515 A 12.6 12.6 90 0 0 48.6 36 A 12.6 12.6 90 0 0 36 23.4 Z m 0 2.975 c 5.32 0 9.625 4.305 9.625 9.625 c 0 3.395 -1.75 6.37 -4.41 8.085 L 40.725 42.65 C 42.79 41.18 44.155 38.765 44.155 36 c 0 -4.515 -3.64 -8.155 -8.1602 -8.1364 c -4.515 0 -8.155 3.64 -8.155 8.155 c 0 2.765 1.365 5.18 3.43 6.65 L 30.785 44.085 C 28.125 42.37 26.375 39.395 26.375 36 C 26.375 30.68 30.68 26.375 36 26.375 Z m 0 3.71 c 3.29 0 5.915 2.66 5.915 5.915 c 0 1.785 -0.77 3.36 -1.995 4.445 l -0.56 -1.54 c 0.665 -0.77 1.085 -1.785 1.085 -2.905 c 0 -2.45 -1.995 -4.445 -4.445 -4.445 c -2.45 0 -4.445 1.995 -4.445 4.445 c 0 1.12 0.385 2.1 1.085 2.905 l -0.56 1.54 C 30.855 39.36 30.085 37.785 30.085 36 c 0 -3.29 2.66 -5.915 5.915 -5.915 z m 0 8.715 l -1.715 4.83 c 0.56 0.105 1.12 0.175 1.715 0.175 c 0.595 0 1.155 -0.07 1.715 -0.175 z m -2.31 6.58 l -0.98 2.8 a 12.6 12.6 90 0 0 3.29 0.455 a 12.6 12.6 90 0 0 3.29 -0.455 l -0.98 -2.8 c -0.735 0.175 -1.505 0.28 -2.31 0.28 c -0.805 0 -1.575 -0.105 -2.31 -0.28 z" />
+ </group>
+ </vector>
+ </aapt:attr>
+
+ <target android:name="icon">
+ <aapt:attr name="android:animation">
+ <objectAnimator
+ android:duration="1000"
+ android:repeatCount="infinite"
+ android:repeatMode="reverse">
+ <propertyValuesHolder android:propertyName="scaleX"
+ android:valueType="floatType"
+ android:valueFrom="1.0"
+ android:valueTo="1.1" />
+ <propertyValuesHolder android:propertyName="scaleY"
+ android:valueType="floatType"
+ android:valueFrom="1.0"
+ android:valueTo="1.1" />
+ </objectAnimator>
+ </aapt:attr>
+ </target>
+
+</animated-vector> \ No newline at end of file
diff --git a/core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index 4ae7d1237..728c403fb 100644
--- a/core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
+ <monochrome android:drawable="@drawable/ic_monochrome" />
</adaptive-icon> \ No newline at end of file
diff --git a/core/src/main/res/mipmap-hdpi/ic_launcher.png b/core/src/main/res/mipmap-hdpi/ic_launcher.png
index 9c922ce1c..efda51a0e 100644
--- a/core/src/main/res/mipmap-hdpi/ic_launcher.png
+++ b/core/src/main/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/core/src/main/res/mipmap-hdpi/ic_launcher_background.png b/core/src/main/res/mipmap-hdpi/ic_launcher_background.png
index 92b669f3e..3b5e329e5 100644
--- a/core/src/main/res/mipmap-hdpi/ic_launcher_background.png
+++ b/core/src/main/res/mipmap-hdpi/ic_launcher_background.png
Binary files differ
diff --git a/core/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
index b487de37d..b52ad5dd6 100644
--- a/core/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
+++ b/core/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/core/src/main/res/mipmap-mdpi/ic_launcher.png b/core/src/main/res/mipmap-mdpi/ic_launcher.png
index ef741cee7..9c2a5867a 100644
--- a/core/src/main/res/mipmap-mdpi/ic_launcher.png
+++ b/core/src/main/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/core/src/main/res/mipmap-mdpi/ic_launcher_background.png b/core/src/main/res/mipmap-mdpi/ic_launcher_background.png
index 7f16ee8ba..38164a0b0 100644
--- a/core/src/main/res/mipmap-mdpi/ic_launcher_background.png
+++ b/core/src/main/res/mipmap-mdpi/ic_launcher_background.png
Binary files differ
diff --git a/core/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
index 4003de0ea..236f6fca2 100644
--- a/core/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
+++ b/core/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/core/src/main/res/mipmap-xhdpi/ic_launcher.png b/core/src/main/res/mipmap-xhdpi/ic_launcher.png
index b05c50d44..a58294b36 100644
--- a/core/src/main/res/mipmap-xhdpi/ic_launcher.png
+++ b/core/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/core/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/core/src/main/res/mipmap-xhdpi/ic_launcher_background.png
index 170e2f72e..7bf8bf8a7 100644
--- a/core/src/main/res/mipmap-xhdpi/ic_launcher_background.png
+++ b/core/src/main/res/mipmap-xhdpi/ic_launcher_background.png
Binary files differ
diff --git a/core/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
index 0cd7ee47a..03cf16e53 100644
--- a/core/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
+++ b/core/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/core/src/main/res/mipmap-xxhdpi/ic_launcher.png b/core/src/main/res/mipmap-xxhdpi/ic_launcher.png
index 9d0116d26..0245e6394 100644
--- a/core/src/main/res/mipmap-xxhdpi/ic_launcher.png
+++ b/core/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/core/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/core/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
index adf055c06..e1982893d 100644
--- a/core/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
+++ b/core/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/core/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
index fb39d3c71..e6a824939 100644
--- a/core/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
+++ b/core/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/core/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/core/src/main/res/mipmap-xxxhdpi/ic_launcher.png
index 3c61e7dfc..998bfdea8 100644
--- a/core/src/main/res/mipmap-xxxhdpi/ic_launcher.png
+++ b/core/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/core/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/core/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
index f0be130f2..8db9c15a8 100644
--- a/core/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
+++ b/core/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/core/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
index c3fd1eb5a..ccc00751c 100644
--- a/core/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
+++ b/core/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml
index 1e467802e..19a7c0fde 100644
--- a/core/src/main/res/values/colors.xml
+++ b/core/src/main/res/values/colors.xml
@@ -23,6 +23,4 @@
<color name="accent_light">#0078C2</color>
<color name="accent_dark">#3D8BFF</color>
- <color name="icon_background_gradient_start">#0ba2ff</color>
- <color name="icon_background_gradient_end">#0878ff</color>
</resources>
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index b9bb1689a..d436abaeb 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -209,11 +209,16 @@
<item name="android:windowExitAnimation">@android:anim/fade_out</item>
</style>
- <style name="Theme.AntennaPod.Splash" parent="Theme.Material3.Dark.NoActionBar">
- <item name="android:windowBackground">@drawable/bg_splash</item>
- <item name="colorPrimary">@color/icon_background_gradient_start</item>
- <item name="colorPrimaryDark">@color/icon_background_gradient_start</item>
- <item name="android:navigationBarColor">@color/icon_background_gradient_end</item>
+ <style name="Theme.AntennaPod.Splash" parent="Theme.SplashScreen">
+ <item name="android:navigationBarColor">@android:color/transparent</item>
+ <item name="android:statusBarColor">@android:color/transparent</item>
+ <item name="android:windowLightStatusBar" tools:targetApi="M">false</item>
+ <item name="android:fitsSystemWindows">true</item>
+ <item name="android:windowTranslucentStatus">false</item>
+ <item name="android:windowTranslucentNavigation">false</item>
+ <item name="android:windowDrawsSystemBarBackgrounds">true</item>
+ <item name="android:enforceNavigationBarContrast" tools:targetApi="q">false</item>
+ <item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
</style>
<style name="Theme.AntennaPod.VideoPlayer" parent="@style/Theme.AntennaPod.Dark">