[2/2] OmniGears: Quick pulldown

This adds an option to toggle between left, right & centre.
left is the 30% from left, right is 30% from right &
centre is 40% in the middle.

Change-Id: Idbbc44c7809ab0b08f38be82b9002a1d48eb6e32
diff --git a/res/xml/bars_settings.xml b/res/xml/bars_settings.xml
index c173d70..1e6f22e 100644
--- a/res/xml/bars_settings.xml
+++ b/res/xml/bars_settings.xml
@@ -49,11 +49,14 @@
                 android:summary="@string/show_activity_indicators_on_status_bar_summary"
                 android:persistent="false"/>
 
-        <CheckBoxPreference
-            android:key="status_bar_qs_quick_pulldown"
-            android:title="@string/qs_quick_pulldown_title"
-            android:summary="@string/qs_quick_pulldown_summary"
-            android:persistent="false" />
+        <ListPreference
+                android:key="quick_pulldown"
+                android:title="@string/title_quick_pulldown"
+                android:summary="@string/summary_quick_pulldown"
+                android:entries="@array/quick_pulldown_entries"
+                android:entryValues="@array/quick_pulldown_values"
+                android:persistent="false" />
+
     </PreferenceCategory>
 
     <!-- Navigation bar -->