summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2018-11-11 10:07:11 +0100
committerGitHub <noreply@github.com>2018-11-11 10:07:11 +0100
commit7b3b2143e3e837e9ddae5cbbcb3cf106910cf8d2 (patch)
tree0cac6dfdcd17e9a2c554c0ba46e02127ec273b32 /core/src/main/res
parent816eb99e367ee6da9849b874cd0ff5c60cdd37ec (diff)
parent9ccdf63219f350ce5821c4aafdc494a9af921618 (diff)
downloadAntennaPod-7b3b2143e3e837e9ddae5cbbcb3cf106910cf8d2.zip
Merge pull request #2876 from CameronBanga/cbanga/20181022-chapter_highlight_amoled
Fix AMOLED chapter currently playing highlight color
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml
index 37ad81639..f172b0f6d 100644
--- a/core/src/main/res/values/colors.xml
+++ b/core/src/main/res/values/colors.xml
@@ -31,7 +31,7 @@
<color name="highlight_light">#DDDDDD</color>
<color name="highlight_dark">#414141</color>
- <color name="highlight_trueblack">#000000</color>
+ <color name="highlight_trueblack">#414141</color>
<color name="antennapod_blue">#147BAF</color>