summaryrefslogtreecommitdiffstats
path: root/res/xml/display.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/display.xml')
-rw-r--r--res/xml/display.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/res/xml/display.xml b/res/xml/display.xml
index 2b63ee5..14b44ea 100644
--- a/res/xml/display.xml
+++ b/res/xml/display.xml
@@ -16,6 +16,7 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+ android:title="@string/display_and_lights"
settings:keywords="@string/keywords_display">
<PreferenceCategory
@@ -67,8 +68,8 @@
<!-- Double tap to wake -->
<SwitchPreference
android:key="tap_to_wake"
- android:title="@string/tap_to_wake"
- android:summary="@string/tap_to_wake_summary"
+ android:title="@string/double_tap_to_wake_title"
+ android:summary="@string/double_tap_to_wake_summary"
android:persistent="false" />
<!-- Double tap to sleep -->
@@ -79,6 +80,12 @@
android:defaultValue="true" />
<SwitchPreference
+ android:key="high_touch_sensitivity"
+ android:title="@string/high_touch_sensitivity_title"
+ android:summary="@string/high_touch_sensitivity_summary"
+ android:defaultValue="false" />
+
+ <SwitchPreference
android:key="camera_gesture"
android:title="@string/camera_gesture_title"
android:summary="@string/camera_gesture_desc"
@@ -88,8 +95,7 @@
<com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="proximity_on_wake"
android:title="@string/proximity_wake_title"
- android:summary="@string/proximity_wake_summary"
- android:defaultValue="true" />
+ android:summary="@string/proximity_wake_summary" />
<!-- Seconds before sleep -->
<ListPreference