From 6244834096727cfc1aaaeba7845a6d9cfe27d2b0 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Tue, 29 Mar 2016 11:43:22 +0200 Subject: Implements FS#173: Move access to colors to separate helper class --- src/main/res/values/colors.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/main/res/values/colors.xml') diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml index 2d744395..2a0ad592 100644 --- a/src/main/res/values/colors.xml +++ b/src/main/res/values/colors.xml @@ -4,11 +4,23 @@ @color/grey200 @color/black87 @color/black54 + @color/black12 + + @color/white + @color/white70 + @color/red500 @color/red500 - @color/green500 @color/green500 + + @color/green500 + @color/green500 + @color/orange500 + @color/orange500 + #ffe51c23 + #ffcccccc + @color/green500 @color/green700 #ff0091ea -- cgit v1.2.3