diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-09-11 14:24:10 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-09-11 14:24:10 +0200 |
commit | dee46f34536577f6b395f7fe62d3503ecf5cf7fc (patch) | |
tree | 9235c147564a3fe8f780d83420ec4d3301997dc7 /res | |
parent | ff41918cb757fdb68cfff936dca74a4c9d351b05 (diff) |
match color in contact details to the colors in the send button. also migrated some other colors from hard coding to using resources
Diffstat (limited to 'res')
-rw-r--r-- | res/values/colors.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index ed0a0ffb..fdaff5da 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -9,5 +9,7 @@ <color name="secondarybackground" type="color">#ffeeeeee</color> <color name="darkbackground" type="color">#ff323232</color> <color name="divider">#1f000000</color> - <color name="warningtext">#ffe51c23</color> + <color name="red">#ffe51c23</color> + <color name="orange">#ffff9800</color> + <color name="green">#ff259b24</color> </resources>
\ No newline at end of file |