diff options
Diffstat (limited to 'res/xml/display.xml')
-rw-r--r-- | res/xml/display.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/display.xml b/res/xml/display.xml index 0d1f965..14b44ea 100644 --- a/res/xml/display.xml +++ b/res/xml/display.xml @@ -80,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" |