summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-09-27 22:10:03 +0200
committerByteHamster <info@bytehamster.com>2020-09-27 22:10:03 +0200
commit41efff3382d0a8c37dfb9724e8adf6f60fe6beb1 (patch)
treee80c9e117009ce8a7650d9255730f4128e4a90c3 /core/src/main/res/values/styles.xml
parent7c874b4d270e1b76c19882ae72c0afed73018ed7 (diff)
parent6b173d0c1adb36a0475871c13c82d8e6071573ce (diff)
downloadAntennaPod-41efff3382d0a8c37dfb9724e8adf6f60fe6beb1.zip
Merge branch 'master' into develop
Diffstat (limited to 'core/src/main/res/values/styles.xml')
-rw-r--r--core/src/main/res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index 6dff2782f..73ecdb14e 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -228,8 +228,8 @@
<style name="Theme.AntennaPod.Splash" parent="Theme.MaterialComponents.NoActionBar">
<item name="android:windowBackground">@drawable/bg_splash</item>
- <item name="colorPrimary">@color/ic_launcher_background</item>
- <item name="colorPrimaryDark">@color/ic_launcher_background</item>
+ <item name="colorPrimary">@color/icon_background_gradient_start</item>
+ <item name="colorPrimaryDark">@color/icon_background_gradient_start</item>
</style>
<style name="Theme.AntennaPod.VideoPlayer" parent="@style/Theme.AntennaPod.Dark">