Fix
diff --git a/res/arrays.xml b/res/arrays.xml
new file mode 100644
index 0000000..21628e8
--- /dev/null
+++ b/res/arrays.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 The OmniROM Project
+
+ Parts Copyright (C) 2012-2013 The CyanogenMod Project
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ -->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+<string-array name="entries_led_colors" translatable="false">
+ <item>@string/led_color_green</item>
+ <item>@string/led_color_red</item>
+ </string-array>
+
+ <string-array name="values_led_colors" translatable="false">
+ <item>#FF00FF00</item>
+ <item>#FFFF0000</item>
+ </string-array>
+</resources>