aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/Android-AppMsg/library/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Android-AppMsg/library/res/values')
-rw-r--r--libraries/Android-AppMsg/library/res/values/colors.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/Android-AppMsg/library/res/values/colors.xml b/libraries/Android-AppMsg/library/res/values/colors.xml
new file mode 100644
index 000000000..2bfd9ecb4
--- /dev/null
+++ b/libraries/Android-AppMsg/library/res/values/colors.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <color name="alert">#CC0000</color>
+ <color name="confirm">#FF8800</color>
+ <color name="info">#669900</color>
+
+</resources> \ No newline at end of file