summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-02-21 21:25:39 +0100
committerGitHub <noreply@github.com>2020-02-21 21:25:39 +0100
commit78effc90a6f1a5e15f669cd90983c5f438a496b2 (patch)
tree39896cc87c3cc692f8feffa5f51dcbb792cc5d9a /core
parent657d19ccc2c1e3de6555c5c220605bb59225e450 (diff)
parent76864ee4ff9dc7e93b40264a86a0d0524187519b (diff)
downloadAntennaPod-78effc90a6f1a5e15f669cd90983c5f438a496b2.zip
Merge pull request #3785 from ByteHamster/speed-indicator-view
Display fancy speed indicator
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/values/attrs.xml1
-rw-r--r--core/src/main/res/values/styles.xml3
2 files changed, 3 insertions, 1 deletions
diff --git a/core/src/main/res/values/attrs.xml b/core/src/main/res/values/attrs.xml
index aa93398f5..deeb0fa10 100644
--- a/core/src/main/res/values/attrs.xml
+++ b/core/src/main/res/values/attrs.xml
@@ -61,6 +61,7 @@
<attr name="nav_drawer_background" format="color"/>
<attr name="drawer_activated_color" format="color"/>
<attr name="batch_edit_fab_icon" format="reference"/>
+ <attr name="action_icon_color" format="color"/>
<declare-styleable name="SquareImageView">
<attr name="useMinimum" format="boolean" />
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index 9f72c9f6f..03309b523 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -70,8 +70,8 @@
<item name="ic_volume_adaption">@drawable/ic_volume_adaption_grey</item>
<item name="master_switch_background">@color/master_switch_background_light</item>
<item name="currently_playing_background">@color/highlight_light</item>
-
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
+ <item name="action_icon_color">#FF757575</item>
</style>
<style name="Theme.AntennaPod.Dark" parent="Theme.Base.AntennaPod.Dark">
@@ -146,6 +146,7 @@
<item name="master_switch_background">@color/master_switch_background_dark</item>
<item name="currently_playing_background">@color/highlight_dark</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
+ <item name="action_icon_color">@color/white</item>
</style>
<style name="Theme.AntennaPod.TrueBlack" parent="Theme.Base.AntennaPod.TrueBlack">