[2/2] OmniGears: add omni analog clock style

and hide the normal analog clock since you can now
style our clock to everything you want

Change-Id: Ic70ad93c09110dd4432582d593839e6250efc67b
diff --git a/res/xml/lockscreen_settings.xml b/res/xml/lockscreen_settings.xml
index 2edfe6a..424f18c 100644
--- a/res/xml/lockscreen_settings.xml
+++ b/res/xml/lockscreen_settings.xml
@@ -57,5 +57,11 @@
         android:entries="@array/lockscreen_clock_style_entries"
         android:entryValues="@array/lockscreen_clock_style_values"
         android:persistent="false"/>
+
+    <Preference
+        android:key="omni_clock_settings"
+        android:title="@string/omni_clock_settings_title"
+        android:summary="@string/omni_clock_settings_summary"
+        android:fragment="org.omnirom.omnigears.OmniClockSettings" />
 </PreferenceScreen>