From 218fae678f7a2bf4e58743dff72a8febb1bacfc4 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 24 Dec 2017 13:50:20 +0100 Subject: [PATCH] Replace hard coded color with material color reference --- app/src/main/res/values/colors.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 62687213..68574019 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -3,6 +3,6 @@ #34000000 #88000000 - #607d8b - #f5f5f5 + @color/md_blue_grey_500 + @color/md_grey_50 \ No newline at end of file