diff options
author | ByteHamster <info@bytehamster.com> | 2022-09-30 19:13:48 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-09-30 19:13:48 +0200 |
commit | b90bfbd4dc47700e03e2f17d0a29d924c4737ded (patch) | |
tree | 763d40a8b639b2f720e9bc6f9d9eb4eeb01daefa | |
parent | 097a4915044247d3e121069013491c35aaf16f89 (diff) | |
download | AntennaPod-b90bfbd4dc47700e03e2f17d0a29d924c4737ded.zip |
Extend splash blue to navigation bar
-rw-r--r-- | core/src/main/res/values/styles.xml | 1 |
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"> |