summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-01-26 17:08:50 +0100
committerGitHub <noreply@github.com>2020-01-26 17:08:50 +0100
commit8dd595e0e8a80e5502d42315eada06add32e00d6 (patch)
treebe730e8e33890636e08ca0871e3a850b2982bfdd /core/src/main/res/values/styles.xml
parent429499d418d3c1e9d8756942bbc0bb6871cdc392 (diff)
parent964a519b8ccfc2f4c8835a15018d81407768e11f (diff)
downloadAntennaPod-8dd595e0e8a80e5502d42315eada06add32e00d6.zip
Merge pull request #3248 from maxbechtold/feat/simple-adjust-volume-per-feed
Feat/simple adjust volume per feed
Diffstat (limited to 'core/src/main/res/values/styles.xml')
-rw-r--r--core/src/main/res/values/styles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index 2ccd48353..f5b43629c 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -76,6 +76,7 @@
<item name="ic_bookmark">@drawable/ic_bookmark_grey600_24dp</item>
<item name="batch_edit_fab_icon">@drawable/ic_fab_edit_white</item>
<item name="ic_key">@drawable/ic_key_grey600</item>
+ <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>
@@ -164,6 +165,7 @@
<item name="ic_bookmark">@drawable/ic_bookmark_white_24dp</item>
<item name="batch_edit_fab_icon">@drawable/ic_fab_edit_white</item>
<item name="ic_key">@drawable/ic_key_white</item>
+ <item name="ic_volume_adaption">@drawable/ic_volume_adaption_white</item>
<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>