From ebefdd1873c924ffcefe6be3d3d72234de420eb0 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Wed, 5 Apr 2017 22:01:30 +0200 Subject: Show colored presence status for contacts in overview and contact list * online, free for chat = green * away = yellow * dnd, xa = red --- src/main/res/values/colors.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/res') diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml index 33d047d4c..880a61357 100644 --- a/src/main/res/values/colors.xml +++ b/src/main/res/values/colors.xml @@ -22,4 +22,8 @@ #ffc7d1e8 #ffd55555 #ffb0ecaf + #ff259b24 + #ffff9800 + #fff44336 + #ff808080 -- cgit v1.2.3