diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-05-10 03:14:13 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-05-10 03:14:13 +0200 |
commit | 1e28f600386f1f1dcd734363c932d5ccbd6267fb (patch) | |
tree | c69e873653e8da7a1f8f08aaa7cd88785a889f85 /src/main/res/values | |
parent | 4c486f5e583ddfc1f53f296d8a6fa9672981440a (diff) |
changed conversation red to material red
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml index c21650a5..753a56df 100644 --- a/src/main/res/values/colors.xml +++ b/src/main/res/values/colors.xml @@ -11,7 +11,7 @@ <color name="secondarybackground" type="color">#ffeeeeee</color> <color name="darkbackground" type="color">#ff323232</color> <color name="divider">#1f000000</color> - <color name="red">#ffe51c23</color> + <color name="red">#fff44336</color> <color name="orange">#ffff9800</color> <color name="green">#ff259b24</color> |