From 41fac699063125f2d743e0b297539d35177a510d Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Sun, 20 Jan 2013 18:53:12 +0400 Subject: [PATCH] Fix for colors --- android-app-core/res/values/arrays.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/android-app-core/res/values/arrays.xml b/android-app-core/res/values/arrays.xml index 9e386e2c..50a5a011 100644 --- a/android-app-core/res/values/arrays.xml +++ b/android-app-core/res/values/arrays.xml @@ -20,17 +20,17 @@ @string/p_white_line_color + @string/p_blue_line_color + @string/p_red_line_color + @string/p_green_line_color @string/p_grey_line_color - @string/p_red_line_color - @string/p_blue_line_color - @string/p_green_line_color white + blue + red + green grey - red - blue - green \ No newline at end of file