diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-04-05 22:01:30 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-04-05 22:21:41 +0200 |
commit | ebefdd1873c924ffcefe6be3d3d72234de420eb0 (patch) | |
tree | bfd6ed45fcab1075db1a03f7f0a6d5cab3ce7cac /src/main/res/values | |
parent | acc23261c687d7a66d772b3a92c69002e7001b94 (diff) |
Show colored presence status for contacts in overview and contact list
* online, free for chat = green
* away = yellow
* dnd, xa = red
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/colors.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <color name="lightblue">#ffc7d1e8</color> <color name="lightred">#ffd55555</color> <color name="lightgreen">#ffb0ecaf</color> + <color name="online">#ff259b24</color> + <color name="away">#ffff9800</color> + <color name="notavailable">#fff44336</color> + <color name="offline">#ff808080</color> </resources> |