[2/2] OmniGears: Add QS pulldown with one finger
Thanks to DU and their QS quick pull down topic.
Change-Id: I78fc9c9f175b086c08346d8155329c6fd6141454
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index cb1e5a3..cfaf4ed 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -613,4 +613,19 @@
<item>EEEE MM/dd</item>
<item>@string/clock_date_format_custom</item>
</string-array>
+
+ <!-- Quick Pulldown -->
+ <string-array name="quick_pulldown_entries" translatable="false">
+ <item>@string/quick_pulldown_off</item>
+ <item>@string/quick_pulldown_right</item>
+ <item>@string/quick_pulldown_left</item>
+ <item>@string/quick_pulldown_always</item>
+ </string-array>
+
+ <string-array name="quick_pulldown_values" translatable="false">
+ <item>0</item>
+ <item>1</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 2307e8d..149d03d 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -705,4 +705,14 @@
<string name="event_service_stopped">Service is not running</string>
<string name="category_media_player_info_title">Select an app to be started for this event</string>
<string name="media_player_autostart_title">Send media play event after start</string>
+
+ <!-- Quick Pulldown-->
+ <string name="quick_pulldown_title">Quick pulldown</string>
+ <string name="quick_pulldown_summary">%1$s edge of the status bar pulls down Quick Settings</string>
+ <string name="quick_pulldown_summary_always">Always show Quick Settings on status bar pulldown</string>
+ <string name="quick_pulldown_off">Off</string>
+ <string name="quick_pulldown_left">Left</string>
+ <string name="quick_pulldown_right">Right</string>
+ <string name="quick_pulldown_always">Always</string>
+
</resources>