summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-09-30 19:13:48 +0200
committerByteHamster <info@bytehamster.com>2022-09-30 19:13:48 +0200
commitb90bfbd4dc47700e03e2f17d0a29d924c4737ded (patch)
tree763d40a8b639b2f720e9bc6f9d9eb4eeb01daefa /core
parent097a4915044247d3e121069013491c35aaf16f89 (diff)
downloadAntennaPod-b90bfbd4dc47700e03e2f17d0a29d924c4737ded.zip
Extend splash blue to navigation bar
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index 34cd04b1b..6330444e0 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -166,6 +166,7 @@
<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" tools:targetApi="lollipop">@color/icon_background_gradient_end</item>
</style>
<style name="Theme.AntennaPod.VideoPlayer" parent="@style/Theme.AntennaPod.Dark">