aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-09-11 14:24:10 +0200
committeriNPUTmice <daniel@gultsch.de>2014-09-11 14:24:10 +0200
commitdee46f34536577f6b395f7fe62d3503ecf5cf7fc (patch)
tree9235c147564a3fe8f780d83420ec4d3301997dc7 /res/values/colors.xml
parentff41918cb757fdb68cfff936dca74a4c9d351b05 (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 '')
-rw-r--r--res/values/colors.xml4
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