[2/2] OmniGears: header image packs

Change-Id: I7281fb35fe57fd65cba19e5e242647fa54ebfd63
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 49fcb44..4aae610 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -198,6 +198,7 @@
    <string name="notification_title">Notification panel</string>
    <string name="status_bar_custom_header_title">Custom header image</string>
    <string name="status_bar_custom_header_summary">Enable notification panel header image</string>
+   <string name="daylight_header_pack_title">Header image pack</string>
 
     <!-- Network traffic -->
     <string name="network_traffic_title">Network traffic</string>
diff --git a/res/xml/bars_settings.xml b/res/xml/bars_settings.xml
index 663ea0e..9d1c4b0 100644
--- a/res/xml/bars_settings.xml
+++ b/res/xml/bars_settings.xml
@@ -52,12 +52,17 @@
             android:key="notification_category"
             android:title="@string/notification_title" >
 
-            <com.android.settings.preference.SystemCheckBoxPreference
+            <CheckBoxPreference
                     android:key="status_bar_custom_header"
                     android:title="@string/status_bar_custom_header_title"
                     android:summary="@string/status_bar_custom_header_summary"
                     android:defaultValue="false"/>
 
+            <ListPreference
+                android:key="daylight_header_pack"
+                android:title="@string/daylight_header_pack_title"
+                android:persistent="false" />
+
             <PreferenceScreen
                     android:title="@string/quick_settings_title"
                     android:summary="@string/quick_settings_summary" >