Use the red color suggested by the Material Design spec

See http://www.google.com/design/spec/patterns/errors.html#errors-user-input-errors
This commit is contained in:
relan 2015-08-17 14:27:41 +03:00
parent 83c8d6d303
commit 0d864a866c

View File

@ -3,7 +3,7 @@
<color name="signed">#ffcccccc</color> <color name="signed">#ffcccccc</color>
<color name="unsigned">#ffCC0000</color> <color name="unsigned">#ffCC0000</color>
<color name="unverified">#ff999999</color> <color name="unverified">#ff999999</color>
<color name="red">#FFFF0000</color> <color name="red">#ffdd2c00</color>
<color name="fdroid_blue">#ff1976d2</color> <color name="fdroid_blue">#ff1976d2</color>
<color name="fdroid_blue_dark">#ff0d47a1</color> <color name="fdroid_blue_dark">#ff0d47a1</color>