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:
authorDaniel Gultsch <daniel@gultsch.de>2018-02-27 12:19:07 +0300
committerDaniel Gultsch <daniel@gultsch.de>2018-03-08 00:30:35 +0300
commit521a711fbc782671f36076a0ebf71e911fce3338 (patch)
treefdc6ad35c5731d3e9c5cf0bb504db235704778ec /src/main/res/values/colors.xml
parent12031515d18f572505ce3333ede13bf05ae0a577 (diff)
use cards views in about and publish avatar activity
Diffstat (limited to 'src/main/res/values/colors.xml')
-rw-r--r--src/main/res/values/colors.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index d53f17790..94bd49c68 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -17,6 +17,7 @@
<color name="grey500">#ff9e9e9e</color>
<color name="grey800">#ff424242</color>
<color name="grey900">#ff282828</color>
+ <color name="red500">#fff44336</color>
<color name="red800">#ffc62828</color>
<color name="orange500">#ffff9800</color>
<color name="green500">#ff259b24</color>
@@ -25,9 +26,5 @@
<color name="unreadcountdark">#ff326130</color>
<!-- scanner -->
- <color name="scan_mask">#60000000</color>
- <color name="scan_laser">#cc0000</color>
- <color name="scan_dot">#ff6600</color>
- <color name="scan_result_view">#b0000000</color>
- <color name="scan_result_dots">#c099cc00</color>
+ <color name="scan_result_dots">#c04CAF50</color>
</resources> \ No newline at end of file