[2/2] OmniGears: add binary clock style

nerds ahead

Change-Id: I5288657509e6cc7c5b789766b26a3d29b63b4085
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index a4dd803..077b14c 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -631,10 +631,12 @@
     <string-array name="lockscreen_clock_style_entries" translatable="false">
         <item>@string/clock_style_digital</item>
         <item>@string/clock_style_analog</item>
+        <item>@string/clock_style_binary</item>
     </string-array>
 
     <string-array name="lockscreen_clock_style_values" translatable="false">
         <item>0</item>
         <item>2</item>
+        <item>3</item>
     </string-array>
 </resources>