aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-10-10 21:39:55 +0200
committerChristian Schneppe <christian@pix-art.de>2017-10-10 21:39:55 +0200
commitba02a92f104ce7ec1280a0c4d2ec481f797bf5ef (patch)
tree27c5426c7ded321c7d0eca066f7705cc38dc7d92 /src/main/res/values/colors.xml
parent21a1aa401e87c51a16ecc810c309a0cfba63c062 (diff)
use a lighter red color for 'delete contact button' and remove this action from actionbar
Diffstat (limited to 'src/main/res/values/colors.xml')
-rw-r--r--src/main/res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index 3388c19fc..0879822cf 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -24,4 +24,5 @@
<color name="online">#ff259b24</color>
<color name="away">#ffff9800</color>
<color name="notavailable">#fff44336</color>
+ <color name="warning_button">#fffcd9d6</color>
</resources>