[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>
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index eb98164..d82181c 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -782,7 +782,7 @@
<string name="lockscreen_clock_style_title">Lock screen clock style</string>
<string name="clock_style_digital">Digital</string>
<string name="clock_style_analog">Analog</string>
- <string name="clock_style_omni">OmniClock</string>
+ <string name="clock_style_binary">Binary</string>
<string name="omni_clock_settings_title">Analog clock</string>
<string name="omni_clock_settings_summary">Style and color settings</string>