[2/2] OmniGears: Quick swipe
Change-Id: I2343fca2ef442b69f2238ede5b9a932cac2ad361
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 14ae512..c297171 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -383,4 +383,8 @@
<string name="volume_key_cursor_control_on">Left/right</string>
<string name="volume_key_cursor_control_on_reverse">Right/left</string>
+ <!-- Quick Swipe -->
+ <string name="quick_swipe_title">Quick swipe</string>
+ <string name="quick_swipe_summary">Quickly swipe between quick settings and notification drawer</string>
+
</resources>
diff --git a/res/xml/notification_panel_settings.xml b/res/xml/notification_panel_settings.xml
index f831e6d..1dbf60a 100644
--- a/res/xml/notification_panel_settings.xml
+++ b/res/xml/notification_panel_settings.xml
@@ -26,4 +26,10 @@
android:summary="@string/custom_statusbar_header_summary"
android:persistent="false"/>
+ <CheckBoxPreference
+ android:key="quick_swipe"
+ android:title="@string/quick_swipe_title"
+ android:summary="@string/quick_swipe_summary"
+ android:persistent="false"/>
+
</PreferenceScreen>