summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorCameron Banga <cameronbanga@gmail.com>2018-10-22 21:20:34 -0500
committerMartin Fietz <martin.fietz@gmail.com>2018-11-11 10:08:27 +0100
commit82a9758147fa13dd023eac8b05240208ff2599ff (patch)
tree0cac6dfdcd17e9a2c554c0ba46e02127ec273b32 /core/src/main/res
parent816eb99e367ee6da9849b874cd0ff5c60cdd37ec (diff)
downloadAntennaPod-82a9758147fa13dd023eac8b05240208ff2599ff.zip
Previously couldn't see the highlighted chapter on trueblack AMOLED because it was same color as background 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>