diff options
author | campbeb <bpcampbell@gmail.com> | 2012-06-08 20:31:30 +0900 |
---|---|---|
committer | campbeb <bpcampbell@gmail.com> | 2012-06-08 20:31:30 +0900 |
commit | d9ef97f16357da5221f7c7a221a3274266054492 (patch) | |
tree | 463ea9f229a453315ca908de97073b5c1f0e237f /main/res/values | |
parent | 95b5e9a81052f15328d81716f17d9b670bd88567 (diff) | |
download | cgeo-d9ef97f16357da5221f7c7a221a3274266054492.zip cgeo-d9ef97f16357da5221f7c7a221a3274266054492.tar.gz cgeo-d9ef97f16357da5221f7c7a221a3274266054492.tar.bz2 |
Use red text for names of archived caches - Fixes #1718
Diffstat (limited to 'main/res/values')
-rw-r--r-- | main/res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/values/colors.xml b/main/res/values/colors.xml index 1d965e3..7289bc7 100644 --- a/main/res/values/colors.xml +++ b/main/res/values/colors.xml @@ -25,5 +25,5 @@ <color name="link">#FF00C0FF</color> <color name="button_enabled">#FF000000</color> <color name="button_disabled">#66000000</color> - + <color name="archived_cache_color">#FFAC0B0B</color> </resources>
\ No newline at end of file |