aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-02-10 22:35:12 +0100
committerChristian Schneppe <christian@pix-art.de>2017-02-10 22:35:12 +0100
commit23294c5737f0759595ee6ee6e9d89f214208c7b2 (patch)
tree0ab7e15d39f3ea28448ce8229f7319c138d7e2ec /src/main/res/values/colors.xml
parent53e2f9608d1608d9bad7124ef129725dbbb7f9f5 (diff)
changed message bubbles from PNG to XML
Diffstat (limited to 'src/main/res/values/colors.xml')
-rw-r--r--src/main/res/values/colors.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index c497997f1..6a3d28c63 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -17,4 +17,8 @@
<color name="red800">#ffc62828</color>
<color name="orange500">#ffff9800</color>
<color name="bubble">#ff2e4272</color>
+ <color name="realwhite">#ffffffff</color>
+ <color name="darkwhite">#ffe6e6e6</color>
+ <color name="lightblue">#ffc7d1e8</color>
+ <color name="lightred">#ffd55555</color>
</resources>