diff options
author | ByteHamster <info@bytehamster.com> | 2020-02-06 12:49:13 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-02-06 12:49:13 +0100 |
commit | 24a51062e0c59b5ef2acea42d7536209254a37a1 (patch) | |
tree | 7b62b5c3966df6d3359dd3e951d10532c7f17433 /core/src/main/res/values | |
parent | d83549431d911b0c0f54791c17a465f277dd8ddf (diff) | |
download | AntennaPod-24a51062e0c59b5ef2acea42d7536209254a37a1.zip |
Updated download log list
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/colors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml index fea7da4a4..b162038cf 100644 --- a/core/src/main/res/values/colors.xml +++ b/core/src/main/res/values/colors.xml @@ -7,8 +7,8 @@ <color name="black">#000000</color> <color name="holo_blue_light">#33B5E5</color> <color name="holo_blue_dark">#0099CC</color> - <color name="download_success_green">#669900</color> - <color name="download_failed_red">#CC0000</color> + <color name="download_success_green">#248800</color> + <color name="download_failed_red">#B00020</color> <color name="status_progress">#E033B5E5</color> <color name="overlay_dark">#2C2C2C</color> <color name="overlay_light">#FFFFFF</color> |