Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaresh Khanna <khanna.haresh@yahoo.co.in>2017-03-03 00:24:58 +0300
committerHaresh Khanna <khanna.haresh@yahoo.co.in>2017-03-04 01:56:19 +0300
commitf2d2966b316666e04f70ea8db6fb3b6c6232efb5 (patch)
tree6b91f929cc2076c7e82b1c0c493fad1c28d66212 /src/main/res/values/colors.xml
parent5c789b75cc0e26561198863e1ede2fe42e83f9a3 (diff)
Squash : Adds number of unread messages for every conversation. Fixes #2181
Diffstat (limited to 'src/main/res/values/colors.xml')
-rw-r--r--src/main/res/values/colors.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index 60db84dd2..51437478e 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -22,4 +22,6 @@
<color name="orange500">#ffff9800</color>
<color name="green500">#ff259b24</color>
<color name="bubble">#ff4b9b4a</color>
+ <color name="unreadcountlight">#ff4b9b4a</color>
+ <color name="unreadcountdark">#ff326130</color>
</resources> \ No newline at end of file