aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 00:20:38 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 13:22:42 +0200
commit2d6f14070469756aa76f0a087123c16504059510 (patch)
treefbe674fff1d40a1762e53162d625c6abc338d113 /src/main/res/values/colors.xml
parentb4be5f94d897455fa776a5d6d7018456ffb840de (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 2442282e3..875e50d8c 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -15,6 +15,7 @@
<color name="grey500">#ff9e9e9e</color>
<color name="grey800">#ff424242</color>
<color name="red800">#ffc62828</color>
+ <color name="red500">#fff44336</color>
<color name="orange500">#ffff9800</color>
<color name="bubble">#ff2e4272</color>
<color name="realwhite">#ffffffff</color>
@@ -28,9 +29,5 @@
<color name="warning_button">#fff5d9d9</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>