[2/2] OmniGears: lock screen clock style setting
Change-Id: I7dda1f6e78719daa7206e69a882cfc7819f1964e
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index 68430d2..3c3d3e8 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -627,4 +627,14 @@
<item>0</item>
<item>1</item>
</string-array>
+
+ <string-array name="lockscreen_clock_style_entries" translatable="false">
+ <item>@string/clock_style_digital</item>
+ <item>@string/clock_style_analog</item>
+ </string-array>
+
+ <string-array name="lockscreen_clock_style_values" translatable="false">
+ <item>0</item>
+ <item>1</item>
+ </string-array>
</resources>